summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorRobert Craig <rpcraig@tycho.ncsc.mil>2014-02-06 16:26:14 -0500
committerRobert Craig <rpcraig@tycho.ncsc.mil>2014-02-26 12:46:28 -0500
commitb55c71896b7016b6ef816cadb6a87fbe167cd072 (patch)
treec3981bce94c6ec4f50d75fefcf690085bf7e5931 /sepolicy
parent14726f7b994bdd6044e3dce8807d2b899348172c (diff)
downloadflo-b55c71896b7016b6ef816cadb6a87fbe167cd072.tar.gz
Drop restorecons from init.flo.rc file.
Recent changes have obsoleted the need to call restorecon on any of /data files and dirs. This patch drops those restorecons from the file. Also use a global macro where appropriate. Change-Id: Id3322180cfe431a4065cfd39046711d7ddfd9f31 Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/bluetooth_loader.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/bluetooth_loader.te b/sepolicy/bluetooth_loader.te
index fcc50ab..2d9a8e8 100644
--- a/sepolicy/bluetooth_loader.te
+++ b/sepolicy/bluetooth_loader.te
@@ -7,7 +7,7 @@ init_daemon_domain(bluetooth_loader)
# Run init.mako.bt.sh
allow bluetooth_loader shell_exec:file { entrypoint read };
-allow bluetooth_loader bluetooth_loader_exec:file { getattr open execute_no_trans };
+allow bluetooth_loader bluetooth_loader_exec:file rx_file_perms;
# init.mako.bt.sh needs /system/bin/log access
allow bluetooth_loader devpts:chr_file rw_file_perms;