summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Schaufler <casey@schaufler-ca.com>2013-11-08 14:51:52 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-11-19 12:59:10 -0800
commit7ae8114f235aeaa165e22479b845bd23b9341bc2 (patch)
tree85febf543eb2b231eeea0908ebef40c88ef7aa0b
parentcd1dd9c686a3ccf576420ccd61826af3ba0b79c9 (diff)
downloadaul-1-7ae8114f235aeaa165e22479b845bd23b9341bc2.tar.gz
aul-1-7ae8114f235aeaa165e22479b845bd23b9341bc2.tar.bz2
aul-1-7ae8114f235aeaa165e22479b845bd23b9341bc2.zip
Assign launchpad_preloading_preinitializing_daemon a Smack
execution label of "User". This sets the Smack label on the daemon process upon invocation. This allows the daemon to launch applications into the User security domain. Change-Id: I8b870b846da1d2349b9f8b225b5f77bdaf28eb86 Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
-rw-r--r--packaging/aul.manifest3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/aul.manifest b/packaging/aul.manifest
index 017d22d3..57d60b8e 100644
--- a/packaging/aul.manifest
+++ b/packaging/aul.manifest
@@ -2,4 +2,7 @@
<request>
<domain name="_"/>
</request>
+ <assign>
+ <filesystem path="/usr/bin/launchpad_preloading_preinitializing_daemon" exec_label="User" />
+ </assign>
</manifest>