diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2015-02-10 17:29:01 -0500 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2015-02-10 17:29:01 -0500 |
commit | 7b4a69adf4c37f93639a71c1e7a0dec2977d9e8b (patch) | |
tree | 68b94665eaaf5a5d6044be39d22fc43f4568171b /target/board/generic | |
parent | b5df7d483772d1dd08a1d5c8614f38a79e43ec12 (diff) | |
download | build-7b4a69adf4c37f93639a71c1e7a0dec2977d9e8b.zip build-7b4a69adf4c37f93639a71c1e7a0dec2977d9e8b.tar.gz build-7b4a69adf4c37f93639a71c1e7a0dec2977d9e8b.tar.bz2 |
qemud: remove permissive_or_unconfined()
Change-Id: Ia15cf87de1d03364f80d3d0cbc546475abfef448
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'target/board/generic')
-rw-r--r-- | target/board/generic/sepolicy/qemud.te | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/board/generic/sepolicy/qemud.te b/target/board/generic/sepolicy/qemud.te index b6a35d3..41f2065 100644 --- a/target/board/generic/sepolicy/qemud.te +++ b/target/board/generic/sepolicy/qemud.te @@ -3,7 +3,6 @@ type qemud, domain; type qemud_exec, exec_type, file_type; init_daemon_domain(qemud) -permissive_or_unconfined(qemud) # Access /dev/ttyS1. allow qemud serial_device:chr_file rw_file_perms; |