Inseob Kim | e138997 | 2021-07-19 07:48:34 +0000 | [diff] [blame] | 1 | allow fs_type self:filesystem associate; |
| 2 | allow cgroup tmpfs:filesystem associate; |
| 3 | allow cgroup_v2 tmpfs:filesystem associate; |
Inseob Kim | e138997 | 2021-07-19 07:48:34 +0000 | [diff] [blame] | 4 | allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate; |
| 5 | allow dev_type tmpfs:filesystem associate; |
Shikha Panwar | 1aeaaed | 2022-12-08 13:18:56 +0000 | [diff] [blame] | 6 | allow encryptedstore_file encryptedstore_fs:filesystem associate; |
Inseob Kim | 8565b96 | 2021-11-29 14:56:46 +0900 | [diff] [blame] | 7 | allow extra_apk_file zipfusefs:filesystem associate; |
Inseob Kim | e138997 | 2021-07-19 07:48:34 +0000 | [diff] [blame] | 8 | allow file_type labeledfs:filesystem associate; |
| 9 | allow file_type tmpfs:filesystem associate; |
| 10 | allow file_type rootfs:filesystem associate; |
| 11 | allow proc_net proc:filesystem associate; |
| 12 | allow sysfs_type sysfs:filesystem associate; |
| 13 | allow system_data_file tmpfs:filesystem associate; |
Victor Hsieh | 49c0ec7 | 2021-08-03 17:26:38 -0700 | [diff] [blame] | 14 | |
| 15 | type authfs_fuse, fs_type, contextmount_type; |
Jeff Vander Stoep | bc0fa66 | 2021-12-03 15:21:54 +0100 | [diff] [blame] | 16 | |
Shikha Panwar | c6ff74a | 2022-11-21 16:06:09 +0000 | [diff] [blame] | 17 | # /system/bin/mke2fs - used to format encryptedstore block device |
| 18 | type e2fs_exec, system_file_type, exec_type, file_type; |
Shikha Panwar | 1aeaaed | 2022-12-08 13:18:56 +0000 | [diff] [blame] | 19 | |
| 20 | type encryptedstore_file, file_type; |
| 21 | type encryptedstore_fs, fs_type, contextmount_type; |
Jiyong Park | 02df74a | 2022-12-20 19:27:49 +0900 | [diff] [blame] | 22 | |
Nikita Ioffe | f1d47f7 | 2024-03-12 23:02:37 +0000 | [diff] [blame] | 23 | type microdroid_resources_file, file_type; |
| 24 | |
Jiyong Park | 02df74a | 2022-12-20 19:27:49 +0900 | [diff] [blame] | 25 | # Filesystem entry for for PRNG seeder socket. |
| 26 | type prng_seeder_socket, file_type, coredomain_socket; |
Nikita Ioffe | 6069e7c | 2023-03-03 00:43:22 +0000 | [diff] [blame] | 27 | |
| 28 | # /data/misc/perfetto-traces for perfetto traces |
| 29 | type perfetto_traces_data_file, file_type, data_file_type, core_data_file_type; |
| 30 | |
| 31 | # /data/misc/perfetto-configs for perfetto configs |
| 32 | type perfetto_configs_data_file, file_type, data_file_type, core_data_file_type; |
Kalesh Singh | d60a38b | 2024-05-24 11:37:23 -0700 | [diff] [blame] | 33 | |
| 34 | |
| 35 | # Type for /sys/kernel/mm/pgsize_migration/enabled |
| 36 | type sysfs_pgsize_migration, fs_type, sysfs_type; |