blob: 6f037a38d95ec2d8bae0c69a41a4ecdd09784ab9 [file] [log] [blame]
Inseob Kime1389972021-07-19 07:48:34 +00001allow fs_type self:filesystem associate;
2allow cgroup tmpfs:filesystem associate;
3allow cgroup_v2 tmpfs:filesystem associate;
4allow cgroup_rc_file tmpfs:filesystem associate;
5allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate;
6allow dev_type tmpfs:filesystem associate;
Shikha Panwar1aeaaed2022-12-08 13:18:56 +00007allow encryptedstore_file encryptedstore_fs:filesystem associate;
Inseob Kim8565b962021-11-29 14:56:46 +09008allow extra_apk_file zipfusefs:filesystem associate;
Inseob Kime1389972021-07-19 07:48:34 +00009allow file_type labeledfs:filesystem associate;
10allow file_type tmpfs:filesystem associate;
11allow file_type rootfs:filesystem associate;
12allow proc_net proc:filesystem associate;
13allow sysfs_type sysfs:filesystem associate;
14allow system_data_file tmpfs:filesystem associate;
Victor Hsieh49c0ec72021-08-03 17:26:38 -070015
16type authfs_fuse, fs_type, contextmount_type;
Jeff Vander Stoepbc0fa662021-12-03 15:21:54 +010017
18# /dev/selinux/test - used to verify that apex sepolicy is loaded and
19# property labeled.
20type sepolicy_test_file, file_type;
Shikha Panwarc6ff74a2022-11-21 16:06:09 +000021
22# /system/bin/mke2fs - used to format encryptedstore block device
23type e2fs_exec, system_file_type, exec_type, file_type;
Shikha Panwar1aeaaed2022-12-08 13:18:56 +000024
25type encryptedstore_file, file_type;
26type encryptedstore_fs, fs_type, contextmount_type;
Jiyong Park02df74a2022-12-20 19:27:49 +090027
28# Filesystem entry for for PRNG seeder socket.
29type prng_seeder_socket, file_type, coredomain_socket;