Skip to content
Snippets Groups Projects
Commit 5f25239c authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

init: permit logpersist transition for the time being (STOPSHIP)

mmi-based products insists on running persistent logcat directly.

Test: build
Bug: 30566487
Change-Id: I6397f5faedb2a4a5e2f4cfc5387977ae9c54b2d4
parent ac3bfd1d
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@ neverallow logpersist domain:process ptrace;
neverallow logpersist { app_data_file system_data_file }:dir_file_class_set write;
# Only init is allowed to enter the logpersist domain via exec()
neverallow { domain -init } logpersist:process transition;
neverallow * logpersist:process dyntransition;
#neverallow { domain -init } logpersist:process transition;
#neverallow * logpersist:process dyntransition;
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