Skip to content
Snippets Groups Projects
Commit 0bcbc6c4 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Android Git Automerger
Browse files

am 13d58863: system_server: Adds permission to system_server to write sysfs file

* commit '13d58863':
  system_server: Adds permission to system_server to write sysfs file
parents aa15a500 13d58863
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ selinux_check_access(system_server)
# XXX Label sysfs files with a specific type?
allow system_server sysfs:file rw_file_perms;
allow system_server sysfs_nfc_power_writable:file rw_file_perms;
allow system_server sysfs_devices_system_cpu:file w_file_perms;
# Access devices.
allow system_server device:dir r_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment