mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 15:18:31 -05:00
12 lines
545 B
Text
12 lines
545 B
Text
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Neither of these are needed.
|
|
#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
|
|
## https://www.kicksecure.com/wiki/Dev/Strong_Linux_User_Account_Isolation#umask_hardening
|
|
Defaults umask_override
|
|
Defaults umask=0022
|