Skip to content
Snippets Groups Projects
Commit 2b1b0a04 authored by Joel Galenson's avatar Joel Galenson Committed by android-build-merger
Browse files

Merge "Hide sys_rawio SELinux denials." am: 6cdc9a82 am: 97e41802

am: d1c93612

Change-Id: I5e1d5378bc04449aa3c9bef5d219fc5c5030ec47
parents 133c6151 d1c93612
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,5 @@ binder_call(hal_bootctl_server, hal_bootctl_client) ...@@ -4,3 +4,5 @@ binder_call(hal_bootctl_server, hal_bootctl_client)
add_hwservice(hal_bootctl_server, hal_bootctl_hwservice) add_hwservice(hal_bootctl_server, hal_bootctl_hwservice)
allow hal_bootctl_client hal_bootctl_hwservice:hwservice_manager find; allow hal_bootctl_client hal_bootctl_hwservice:hwservice_manager find;
dontaudit hal_bootctl self:capability sys_rawio;
...@@ -19,6 +19,7 @@ wakelock_use(update_engine); ...@@ -19,6 +19,7 @@ wakelock_use(update_engine);
# Ignore these denials. # Ignore these denials.
dontaudit update_engine kernel:process setsched; dontaudit update_engine kernel:process setsched;
dontaudit update_engine self:capability sys_rawio;
# Allow using persistent storage in /data/misc/update_engine. # Allow using persistent storage in /data/misc/update_engine.
allow update_engine update_engine_data_file:dir create_dir_perms; allow update_engine update_engine_data_file:dir create_dir_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