Skip to content
Snippets Groups Projects
Commit 4545712e authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Address auditallow spam from init

am: 8b63356b

Change-Id: I27a9b95b030ab9e485e662f6abf64c354cbb53b0
parents 837915da 8b63356b
No related branches found
No related tags found
No related merge requests found
...@@ -200,10 +200,24 @@ allow init { fs_type -contextmount_type -sdcard_type -rootfs }:dir { open read ...@@ -200,10 +200,24 @@ allow init { fs_type -contextmount_type -sdcard_type -rootfs }:dir { open read
allow init { dev_type -kmem_device -port_device -device }:chr_file { read open }; allow init { dev_type -kmem_device -port_device -device }:chr_file { read open };
auditallow init { auditallow init {
dev_type dev_type
-kmem_device -alarm_device
-port_device -ashmem_device
-binder_device
-console_device
-device -device
-devpts
-dm_device
-hwbinder_device
-hw_random_device
-keychord_device
-kmem_device
-kmsg_device
-null_device -null_device
-owntty_device
-port_device
-ptmx_device
-random_device
-zero_device
}:chr_file { read open }; }:chr_file { read open };
# chown/chmod on devices. # chown/chmod on devices.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment