Skip to content
Snippets Groups Projects
Commit 38b8fc8f authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Remove legacy rules from dumpstate in init domain.


From the commit that added these rules, this appears to have been
an artifact of having dumpstate running in the init domain.

Change-Id: Iec2b9c3f5673d0e2cce9a0bf297e23555c423e87
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent d832a6d7
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,3 @@ allow isolated_app appdomain:unix_stream_socket { read write }; ...@@ -20,6 +20,3 @@ allow isolated_app appdomain:unix_stream_socket { read write };
allow isolated_app dalvikcache_data_file:file execute; allow isolated_app dalvikcache_data_file:file execute;
allow isolated_app apk_data_file:dir getattr; allow isolated_app apk_data_file:dir getattr;
allow isolated_app init:unix_stream_socket { read write getattr getopt };
allow isolated_app init_tmpfs:file read;
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