2021-07-19 09:48:34 +02:00
|
|
|
allow fs_type self:filesystem associate;
|
|
|
|
allow cgroup tmpfs:filesystem associate;
|
|
|
|
allow cgroup_v2 tmpfs:filesystem associate;
|
|
|
|
allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate;
|
|
|
|
allow dev_type tmpfs:filesystem associate;
|
2022-12-08 14:18:56 +01:00
|
|
|
allow encryptedstore_file encryptedstore_fs:filesystem associate;
|
2021-11-29 06:56:46 +01:00
|
|
|
allow extra_apk_file zipfusefs:filesystem associate;
|
2021-07-19 09:48:34 +02:00
|
|
|
allow file_type labeledfs:filesystem associate;
|
|
|
|
allow file_type tmpfs:filesystem associate;
|
|
|
|
allow file_type rootfs:filesystem associate;
|
|
|
|
allow proc_net proc:filesystem associate;
|
|
|
|
allow sysfs_type sysfs:filesystem associate;
|
|
|
|
allow system_data_file tmpfs:filesystem associate;
|
2021-08-04 02:26:38 +02:00
|
|
|
|
|
|
|
type authfs_fuse, fs_type, contextmount_type;
|
2021-12-03 15:21:54 +01:00
|
|
|
|
2022-11-21 17:06:09 +01:00
|
|
|
# /system/bin/mke2fs - used to format encryptedstore block device
|
|
|
|
type e2fs_exec, system_file_type, exec_type, file_type;
|
2022-12-08 14:18:56 +01:00
|
|
|
|
|
|
|
type encryptedstore_file, file_type;
|
|
|
|
type encryptedstore_fs, fs_type, contextmount_type;
|
2022-12-20 11:27:49 +01:00
|
|
|
|
|
|
|
# Filesystem entry for for PRNG seeder socket.
|
|
|
|
type prng_seeder_socket, file_type, coredomain_socket;
|
2023-03-03 01:43:22 +01:00
|
|
|
|
|
|
|
# /data/misc/perfetto-traces for perfetto traces
|
|
|
|
type perfetto_traces_data_file, file_type, data_file_type, core_data_file_type;
|
|
|
|
|
|
|
|
# /data/misc/perfetto-configs for perfetto configs
|
|
|
|
type perfetto_configs_data_file, file_type, data_file_type, core_data_file_type;
|