device_google_zuma/tracking_denials/toolbox.te
Adam Shih ec17f1a125 update error on ROM 9336524
Bug: 260522279
Bug: 260522435
Bug: 260522413
Bug: 260522434
Bug: 260522436
Bug: 260522378
Bug: 260522202
Bug: 260522245
Bug: 260522268
Bug: 260522282
Bug: 260522040
Bug: 260522041
Bug: 260522244
Bug: 260522203
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: Ib61f9c376c1351e1619621c79506396f6c291eed
2022-11-28 09:51:25 +08:00

14 lines
651 B
Text

# b/260522041
dontaudit toolbox per_boot_file:dir { getattr };
dontaudit toolbox per_boot_file:dir { open };
dontaudit toolbox per_boot_file:dir { read };
dontaudit toolbox per_boot_file:dir { remove_name };
dontaudit toolbox per_boot_file:dir { rmdir };
dontaudit toolbox per_boot_file:dir { search };
dontaudit toolbox per_boot_file:dir { write };
dontaudit toolbox per_boot_file:file { getattr };
dontaudit toolbox per_boot_file:file { unlink };
dontaudit toolbox ram_device:blk_file { getattr };
dontaudit toolbox ram_device:blk_file { ioctl };
dontaudit toolbox ram_device:blk_file { open };
dontaudit toolbox ram_device:blk_file { read write };