ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
allow init block_device:blk_file write;
allow init userdata_block_device:blk_file write;
allow init cache_block_device:blk_file write;
allow init configfs:file write;
allow init configfs:lnk_file create;
allow init kernel:system module_request;
allow init self:capability sys_module;
dontaudit init self:capability sys_module;
allow init tmpfs:lnk_file create;
allow init ram_device:blk_file write;
allow init { vendor_file rootfs }:system module_load;
allow init kmsg_device:chr_file write;
allow init proc_drop_caches:file write;
allow init sysfs:file { create setattr };
allow init sysfs_kernel_notes:file rw_file_perms;
allow init proc:file { open write };
allow init sysfs_zram:file create;
allow init sysfs_thermal:file { read setattr getattr };
allow init proc_iomem:file { read setattr getattr write};
allow init proc_irq:file {open read setattr getattr write};
allow init debugfs:dir mounton;
allow init oemfs:dir mounton;
allow init {
    boot_block_device
    super_block_device
    metadata_block_device
}:lnk_file relabelto;
allow init logpersist:file write;
allow init kmsgd:file write;
allow init vfat:dir mounton;