2024-05-10 23:18:36 -04:00
|
|
|
## Copyright (C) 2019 - 2024 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?
|
2021-08-03 12:56:31 -04:00
|
|
|
#%sudo ALL=NOPASSWD: /usr/libexec/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"
|