sanders: update sepoly again

This commit is contained in:
Vachounet
2018-01-21 22:16:01 +01:00
committed by therootlord
parent baa9d4a4ea
commit e6898f1a78
26 changed files with 120 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
allow rmt_storage fsg_file:dir search;
allow rmt_storage fsg_file:file { read open };
allow rmt_storage sysfs_rmt_storage:file rw_file_perms;
allow rmt_storage sysfs_rmt_storage:dir { search open };
allow rmt_storage sysfs_uio:file r_file_perms;
allow rmt_storage sysfs_uio:dir { read open search };
allow rmt_storage sysfs_uio:lnk_file { read };
allow rmt_storage debugfs_rmt_storage:dir search;
allow rmt_storage debugfs_rmt_storage:file w_file_perms;
allow rmt_storage fsg_file:file { open read };
allow rmt_storage self:capability dac_override;
allow rmt_storage fsg_file:dir search;