Skip to content
Snippets Groups Projects
Commit 263d71b0 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "init: support /dev/input"

am: 2a3f55b5

Change-Id: I333462e7aa8ed0ded290cb3c69a19258f55305c1
parents 52608030 2a3f55b5
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ auditallow init { ...@@ -254,6 +254,7 @@ auditallow init {
-dm_device -dm_device
-hwbinder_device -hwbinder_device
-hw_random_device -hw_random_device
-input_device
-keychord_device -keychord_device
-kmem_device -kmem_device
-kmsg_device -kmsg_device
...@@ -453,6 +454,8 @@ allow init device:file create_file_perms; ...@@ -453,6 +454,8 @@ allow init device:file create_file_perms;
# keychord configuration # keychord configuration
allow init self:global_capability_class_set sys_tty_config; allow init self:global_capability_class_set sys_tty_config;
allow init keychord_device:chr_file rw_file_perms; allow init keychord_device:chr_file rw_file_perms;
allow init input_device:dir r_dir_perms;
allow init input_device:chr_file rw_file_perms;
# Access device mapper for setting up dm-verity # Access device mapper for setting up dm-verity
allow init dm_device:chr_file rw_file_perms; allow init dm_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment