some stuff

This commit is contained in:
xunuwu 2024-05-10 19:39:17 +02:00
parent 68bee9a3aa
commit cd8343c0c4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
38 changed files with 992 additions and 206 deletions

View file

@ -55,5 +55,11 @@
# don't ask for password for wheel group
sudo.wheelNeedsPassword = false;
# allow running as any id without them being listed in /etc/passwd
# this might be a security problem but whatever
sudo.extraConfig = ''
Defaults runas_allow_unknown_id
'';
};
}