-Fix Neverallows. -Fix missing type. -Fix type attributes. Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com> Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
11 lines
455 B
Plaintext
11 lines
455 B
Plaintext
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 fsg_file:dir search;
|