Skip to content
Snippets Groups Projects
Commit 38885bc4 authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am e96c3abe: Add neverallow for mounting on proc

* commit 'e96c3abe':
  Add neverallow for mounting on proc
parents 2e9e13d4 e96c3abe
No related branches found
No related tags found
No related merge requests found
...@@ -397,3 +397,5 @@ neverallow domain { ...@@ -397,3 +397,5 @@ neverallow domain {
# TODO: prohibit non-zygote spawned processes from using shared libraries # TODO: prohibit non-zygote spawned processes from using shared libraries
# with text relocations. b/20013628 . # with text relocations. b/20013628 .
# neverallow { domain -appdomain } file_type:file execmod; # neverallow { domain -appdomain } file_type:file execmod;
neverallow { domain -init } proc:{ file dir } mounton;
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