commit: 65f9415edcff586ac0cf20cd9a036317ab361d47 Author: Laurent Bigonville <bigon <AT> bigon <DOT> be> AuthorDate: Wed Feb 3 13:14:38 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Fri Feb 12 03:15:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=65f9415e
Allow logind to read efivarfs files policy/modules/system/systemd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 8892447..5565fd3 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -191,6 +191,8 @@ dev_setattr_sound_dev(systemd_logind_t) files_read_etc_files(systemd_logind_t) +fs_read_efivarfs_files(systemd_logind_t) + fs_getattr_tmpfs(systemd_logind_t) storage_getattr_removable_dev(systemd_logind_t)
