sudoers.d/lecture: don't create .sudo_as_admin_successful

This commit is contained in:
Aminda Suomalainen 2026-02-20 18:01:14 +02:00
parent f9bbaac4c0
commit 4a3397f677
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -4,4 +4,9 @@
# & https://serverfault.com/a/333640
Defaults lecture = always
# Don't create .sudo_as_admin_successful to $HOME. It might not strictly
# be related to lecture (being common global bashrc), but close enough for
# me considering both have similar effects of printing information.
Defaults !admin_flag
# vim: filetype=sudoers