summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2018-09-28 09:05:34 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-28 09:05:34 -0700
commitdd5b6889ffafe3f1e0be6bb9a78de56cc4f2db0a (patch)
treeb19c8c409e82af9bbc72abe508e5b9de5dc5daa4
parent0722c879196c5e7bb40a03b9f0cc17f519bd894a (diff)
parent22a3a5525bc5cf0269c81afbb4ff6ddf6a97a088 (diff)
downloaduml-dd5b6889ffafe3f1e0be6bb9a78de56cc4f2db0a.tar.gz
Add system_file_type am: 3085f599e9
am: 22a3a5525b Change-Id: Id7df35c061aa76ca3bae48d53caf7caf59cead3f
-rw-r--r--sepolicy/init_eth0.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/init_eth0.te b/sepolicy/init_eth0.te
index 45fd56d..f088073 100644
--- a/sepolicy/init_eth0.te
+++ b/sepolicy/init_eth0.te
@@ -1,5 +1,5 @@
type init_eth0, domain;
-type init_eth0_exec, exec_type, file_type;
+type init_eth0_exec, system_file_type, exec_type, file_type;
init_daemon_domain(init_eth0)