mohanboddu commented on the pull-request: `Mass rebuild modules` that you are following: ``
Given that this token has privilege to modify any package in the distro, it would probably be best if this was loaded from a file on disk rather than put into the process table where any other user on the system can read it.
I would like to run this script normally user rather than a privileged user, thats why I went with providing the token rather than reading it from somewhere. Three issues I thought of were
1. If its stored somewhere only a privileged user can access, then sudo might time out and creating a ton of issues. 2. Lets say if its stored in my home dir somewhere, then no one else can run this script. 3. Some changes are needed to the script like where the dist-git checkout happens and stuff.
``
To reply, visit the link below or just reply to this email https://pagure.io/releng/pull-request/8082