mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-18 01:34:25 -05:00
12 lines
537 B
Plaintext
12 lines
537 B
Plaintext
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## REVIEW: is it ok that users can find out the PATH setting of root?
|
|
%sudo ALL=NOPASSWD: /usr/lib/security-misc/echo-path
|
|
|
|
## 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?
|
|
Defaults:ALL env_keep += "PKEXEC_UID"
|