mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-09 06:36:44 +07:00
disable proc-hidepid by default because incompatible with pkexec
and undo pkexec wrapper
This commit is contained in:
parent
72be31e870
commit
4429315291
@ -2,10 +2,10 @@
|
|||||||
## See the file COPYING for copying conditions.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
## REVIEW: is it ok that users can find out the PATH setting of root?
|
## REVIEW: is it ok that users can find out the PATH setting of root?
|
||||||
%sudo ALL=NOPASSWD: /usr/lib/security-misc/echo-path
|
#%sudo ALL=NOPASSWD: /usr/lib/security-misc/echo-path
|
||||||
|
|
||||||
## xfpm-power-backlight-helper demands environment variable PKEXEC_UID to be
|
## xfpm-power-backlight-helper demands environment variable PKEXEC_UID to be
|
||||||
## set. Would otherwise error out with the following error message:
|
## set. Would otherwise error out with the following error message:
|
||||||
## "This program must only be run through pkexec"
|
## "This program must only be run through pkexec"
|
||||||
## REVIEW: Can bad things be done by spoofing PKEXEC_UID?
|
## REVIEW: Can bad things be done by spoofing PKEXEC_UID?
|
||||||
Defaults:ALL env_keep += "PKEXEC_UID"
|
#Defaults:ALL env_keep += "PKEXEC_UID"
|
||||||
|
Loading…
Reference in New Issue
Block a user