Fix sudo SELinux settings
By settinf Defaults role/type parameters, sudo starts asking for
password when called as root. It isn't clear why this happens, but
rollback that change. Instead, set ROLE/TYPE just for the rule for the
'qubes' group, which already has NOPASSWD option.
Fixes 3bcc1c3
"“sudo” must remove SELinux restrictions"
This commit is contained in:
parent
4dfd0a4278
commit
0fac1aa45c
@ -1,5 +1,5 @@
|
||||
Defaults role=unconfined_r, type=unconfined_t, !requiretty
|
||||
%qubes ALL=(ALL) NOPASSWD: ALL
|
||||
Defaults !requiretty
|
||||
%qubes ALL=(ALL) ROLE=unconfined_r TYPE=unconfined_t NOPASSWD: ALL
|
||||
|
||||
# WTF?! Have you lost your mind?!
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user