Skip to content
Snippets Groups Projects
Commit 034965a7 authored by Joel Scherpelz's avatar Joel Scherpelz Committed by android-build-merger
Browse files

Merge "Allow dumpstate to acquire xtables.lock" into oc-dev am: 7a1074d2

am: cadce81f

Change-Id: I0f9a0a628ae6b1c6833c297715a7a968b3e2546e
parents 53cd6412 cadce81f
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ init_daemon_domain(dumpstate) ...@@ -5,6 +5,9 @@ init_daemon_domain(dumpstate)
# Execute and transition to the vdc domain # Execute and transition to the vdc domain
domain_auto_trans(dumpstate, vdc_exec, vdc) domain_auto_trans(dumpstate, vdc_exec, vdc)
# Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
allow dumpstate system_file:file lock;
# TODO: deal with tmpfs_domain pub/priv split properly # TODO: deal with tmpfs_domain pub/priv split properly
allow dumpstate dumpstate_tmpfs:file execute; allow dumpstate dumpstate_tmpfs:file execute;
......
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