Merge remote-tracking branch 'github-kicksecure/master'

This commit is contained in:
Patrick Schleizer 2024-12-19 00:17:44 -05:00
commit 4f681be774
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
4 changed files with 28 additions and 7 deletions

View file

@ -4,3 +4,8 @@
## 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
Defaults umask_override
Defaults umask=0022