commit | cbf1984350464a236b11d6f45594edace5f4296e | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Thu Dec 29 17:49:03 2016 +0100 |
committer | Max Weninger <max.weninger@gmail.com> | Sun Jan 01 17:09:08 2017 +0100 |
tree | 9bdacf9f37373723219d8565419d93b91eec49c3 | |
parent | 84652019f34ff20e2db93d0dc348b13e14699494 [diff] [blame] |
sepolicy: add isolated app for chromium Change-Id: Ic5c71fdd9bef98d30427972cfb671b00bf87e2e7
diff --git a/sepolicy/isolated_app.te b/sepolicy/isolated_app.te new file mode 100644 index 0000000..8fb3a60 --- /dev/null +++ b/sepolicy/isolated_app.te
@@ -0,0 +1,2 @@ +allow isolated_app app_data_file:dir { search getattr }; +allow isolated_app shell_data_file:dir search;