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

Merge "init: support /dev/input" am: 2a3f55b5

am: 263d71b0

Change-Id: I54b95186892fcb380412c16e758a061de36eb430
parents 207fb145 263d71b0
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,7 @@ auditallow init {
-dm_device
-hwbinder_device
-hw_random_device
-input_device
-keychord_device
-kmem_device
-kmsg_device
......@@ -453,6 +454,8 @@ allow init device:file create_file_perms;
# keychord configuration
allow init self:global_capability_class_set sys_tty_config;
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
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