Skip to content
Snippets Groups Projects
Commit 536b3334 authored by William Roberts's avatar William Roberts Committed by Nick Kralevich
Browse files

init: keep init out of system_app sandboxes


Change-Id: Idaf59ab51f7873d4d75969c5f4e62b5fbf608ef5
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 5507fa66
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ allow init { ...@@ -104,6 +104,7 @@ allow init {
-system_file -system_file
-exec_type -exec_type
-app_data_file -app_data_file
-system_app_data_file
}:dir { create search getattr open read setattr ioctl }; }:dir { create search getattr open read setattr ioctl };
allow init { allow init {
...@@ -112,6 +113,7 @@ allow init { ...@@ -112,6 +113,7 @@ allow init {
-exec_type -exec_type
-keystore_data_file -keystore_data_file
-app_data_file -app_data_file
-system_app_data_file
-shell_data_file -shell_data_file
-vold_data_file -vold_data_file
-misc_logd_file -misc_logd_file
...@@ -123,6 +125,7 @@ allow init { ...@@ -123,6 +125,7 @@ allow init {
-exec_type -exec_type
-keystore_data_file -keystore_data_file
-app_data_file -app_data_file
-system_app_data_file
-shell_data_file -shell_data_file
-vold_data_file -vold_data_file
-misc_logd_file -misc_logd_file
...@@ -134,6 +137,7 @@ allow init { ...@@ -134,6 +137,7 @@ allow init {
-exec_type -exec_type
-keystore_data_file -keystore_data_file
-app_data_file -app_data_file
-system_app_data_file
-shell_data_file -shell_data_file
-vold_data_file -vold_data_file
-misc_logd_file -misc_logd_file
...@@ -145,6 +149,7 @@ allow init { ...@@ -145,6 +149,7 @@ allow init {
-exec_type -exec_type
-keystore_data_file -keystore_data_file
-app_data_file -app_data_file
-system_app_data_file
-shell_data_file -shell_data_file
-vold_data_file -vold_data_file
-misc_logd_file -misc_logd_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment