blob: d8359671f0fba090f88e87dd484a1d40b5f68091 [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;
10