You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when starting openpyn without sudo and providing "sudo" access later when asked. The later "root access needed for 'this'" messages still get printed because os.getuid remains != 0, but the sudo credentials get cached and the script can run root level commands fine.
The text was updated successfully, but these errors were encountered:
when starting openpyn without sudo and providing "sudo" access later when asked. The later "root access needed for 'this'" messages still get printed because os.getuid remains != 0, but the sudo credentials get cached and the script can run root level commands fine.
The text was updated successfully, but these errors were encountered: