diff --git a/apparmor.d/groups/systemd/systemd-logind b/apparmor.d/groups/systemd/systemd-logind index b759c87f5..230d56a4c 100644 --- a/apparmor.d/groups/systemd/systemd-logind +++ b/apparmor.d/groups/systemd/systemd-logind @@ -7,7 +7,7 @@ abi , include @{exec_path} = /{usr/,}lib/systemd/systemd-logind -profile systemd-logind @{exec_path} flags=(attach_disconnected, complain) { +profile systemd-logind @{exec_path} flags=(attach_disconnected,complain) { include include include @@ -16,6 +16,7 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected, complain) { capability chown, capability dac_override, + capability dac_read_search, capability fowner, capability sys_admin, capability sys_tty_config,