2021-03-17 09:45:21 -04:00
|
|
|
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2020-01-15 02:42:10 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
|
|
|
## REVIEW: is it ok that users can find out the PATH setting of root?
|
2020-04-12 16:52:55 -04:00
|
|
|
#%sudo ALL=NOPASSWD: /usr/lib/security-misc/echo-path
|
2020-01-15 02:42:10 -05:00
|
|
|
|
|
|
|
## xfpm-power-backlight-helper demands environment variable PKEXEC_UID to be
|
|
|
|
## set. Would otherwise error out with the following error message:
|
|
|
|
## "This program must only be run through pkexec"
|
|
|
|
## REVIEW: Can bad things be done by spoofing PKEXEC_UID?
|
2020-04-12 16:52:55 -04:00
|
|
|
#Defaults:ALL env_keep += "PKEXEC_UID"
|