1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-09 08:00:44 +01:00
Aminda Suomalainen 38152ab152
etc/sudoers.d: add vim modelines just in case
I think it autodetected them correctly though
2024-04-24 18:16:42 +03:00

8 lines
240 B
Plaintext

# Allow everyone in the plugdev group to hibernate passwordlessly
# Yes, I am abusing the default Debian groups :)
%plugdev ALL = NOPASSWD: /usr/sbin/hibernate
# suspend
%plugdev ALL = NOPASSWD: /usr/sbin/s2ram
# vim: filetype=sudoers