mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-31 01:48:41 -04:00
10 lines
419 B
Text
10 lines
419 B
Text
## Copyright (C) 2012 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
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
|