summaryrefslogtreecommitdiff
path: root/sepolicy/ntfs-3g.te (plain)
blob: d92f0338572c827bf98581849fef3be63b4409e1
1type ntfs_3g, domain;
2type ntfs_3g_exec, exec_type, vendor_file_type, file_type;
3
4allow ntfs_3g droidvold:fd use;
5allow ntfs_3g fuseblk:filesystem { mount unmount };
6
7allow ntfs_3g devpts:chr_file rw_file_perms;
8allow ntfs_3g droidvold:fifo_file rw_file_perms;
9allow ntfs_3g self:capability { setgid setuid sys_admin };
10
11allow ntfs_3g block_device:dir { open read search getattr };
12allow ntfs_3g sda_block_device:dir search;
13allow ntfs_3g sda_block_device:blk_file rw_file_perms;
14
15allow ntfs_3g fuse_device:chr_file rw_file_perms;
16allow ntfs_3g tmpfs:dir {open read search getattr };
17
18allow ntfs_3g mnt_media_rw_file:dir { create_dir_perms mounton };
19allow ntfs_3g mnt_media_rw_file:file create_file_perms;
20
21allow ntfs_3g proc:file { open read getattr };
22
23#init_daemon_domain(ntfs-3g)
24
25