mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-22 05:58:52 -04:00
Enable umask hardening
This commit is contained in:
parent
59299a6639
commit
1708a03e1e
3 changed files with 22 additions and 5 deletions
|
@ -3,3 +3,8 @@
|
|||
|
||||
user ALL=NOPASSWD: /usr/libexec/security-misc/panic-on-oops
|
||||
%sudo ALL=NOPASSWD: /usr/libexec/security-misc/panic-on-oops
|
||||
|
||||
## Use a more open umask when executing commands with sudo
|
||||
## Can be overridden on a per-user basis using .[z]profile if desirable
|
||||
Defaults umask_override
|
||||
Defaults umask=0022
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue