blob: 0981fb2a2927aee9c9befd5eff716dcc11da2ccf [file] [log] [blame]
maxwen85c37d62016-02-26 03:45:57 +01001# External storage
2allow fsck_untrusted self:capability sys_admin;
Marko Man6ca28272016-10-20 01:36:14 +02003
4#OTG Mount
5allow fsck_untrusted mnt_media_rw_stub_file:dir { rw_file_perms mounton };
6allow fsck_untrusted mnt_media_rw_file:dir rw_dir_perms;
7allow fsck_untrusted mnt_media_rw_file:file rw_file_perms;
8allow fsck_untrusted fuse_device:chr_file { read write open getattr };
9allow fsck_untrusted fuse_device:filesystem mount;
maxwenec69d122018-01-02 01:02:33 +010010allow fsck_untrusted block_device:dir getattr;
11allow fsck_untrusted media_rw_data_file:dir { search getattr };
12allow fsck_untrusted tmpfs:dir { search };
Marko Man6ca28272016-10-20 01:36:14 +020013