sepolicy: ati: Allow vendor_rmt_storage to open sysfs file

This commit is contained in:
sreeshankark
2023-10-27 22:16:49 +05:30
parent 80b8e19e99
commit d64a040800

View File

@@ -1,6 +1,6 @@
allow vendor_rmt_storage vendor_reserve_partition:blk_file rw_file_perms;
allow vendor_rmt_storage sysfs:file read;
allow vendor_rmt_storage sysfs:file { open read };
allow vendor_rmt_storage self:capability sys_admin;