diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2015-02-10 17:28:41 -0500 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2015-02-10 17:28:41 -0500 |
commit | 25a150c5e1a9b4416481a690f3d9582aa0aab6b7 (patch) | |
tree | d2d0e7d6a90fcfc5fa016788e350a478a275ce7d /target/board | |
parent | b5df7d483772d1dd08a1d5c8614f38a79e43ec12 (diff) | |
download | build-25a150c5e1a9b4416481a690f3d9582aa0aab6b7.zip build-25a150c5e1a9b4416481a690f3d9582aa0aab6b7.tar.gz build-25a150c5e1a9b4416481a690f3d9582aa0aab6b7.tar.bz2 |
qemu_props: remove permissive_or_unconfined()
Change-Id: I29f37822ccac22dd884d88f9dcd23237b5a3e2de
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'target/board')
-rw-r--r-- | target/board/generic/sepolicy/qemu_props.te | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/board/generic/sepolicy/qemu_props.te b/target/board/generic/sepolicy/qemu_props.te index ade111d..05c7461 100644 --- a/target/board/generic/sepolicy/qemu_props.te +++ b/target/board/generic/sepolicy/qemu_props.te @@ -1,7 +1,6 @@ # qemu-props service: Sets system properties on boot. type qemu_props, domain; type qemu_props_exec, exec_type, file_type; -permissive_or_unconfined(qemu_props) init_daemon_domain(qemu_props) |