diff options
-rw-r--r-- | sepolicy/readmac.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/readmac.te b/sepolicy/readmac.te index 187991a..d25c11f 100644 --- a/sepolicy/readmac.te +++ b/sepolicy/readmac.te @@ -8,5 +8,7 @@ init_daemon_domain(readmac) allow readmac mnt_vendor_file:dir rw_dir_perms; allow readmac mnt_vendor_file:file create_file_perms; +allow readmac self:capability dac_override; + allow readmac diag_device:chr_file rw_file_perms; allow readmac sysfs:file r_file_perms; |