mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
8 lines
240 B
Plaintext
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
|