summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-06-23 14:54:10 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-06-23 14:54:10 +0900
commit6e99bfc21c07496687fb93d5afdba1f9d5bcd9a9 (patch)
tree6c76a2d7a70335132ae3da1c5f8dee3e41f15d1e
parent689b26cd7c77473c9a62e2ae1405d9d35664ae06 (diff)
downloadlaunchpad-6e99bfc21c07496687fb93d5afdba1f9d5bcd9a9.tar.gz
launchpad-6e99bfc21c07496687fb93d5afdba1f9d5bcd9a9.tar.bz2
launchpad-6e99bfc21c07496687fb93d5afdba1f9d5bcd9a9.zip
Remove others permission about the user's directory
Change-Id: I48f782f8dcfde1f7bed9639771339344a692289c Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--packaging/launchpad-process-pool.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/launchpad-process-pool.service b/packaging/launchpad-process-pool.service
index 6128e1e..a627161 100644
--- a/packaging/launchpad-process-pool.service
+++ b/packaging/launchpad-process-pool.service
@@ -9,6 +9,6 @@ Description=Start the USER Access Control Agent
ExecStartPre=-/usr/bin/mkdir -p /run/aul/daemons/%U
ExecStartPre=-/usr/bin/chmod 0777 /run/aul/daemons/%U
ExecStartPre=-/usr/bin/mkdir -p /run/aul/apps/%U
-ExecStartPre=-/usr/bin/chmod 0777 /run/aul/apps/%U
+ExecStartPre=-/usr/bin/chmod 0700 /run/aul/apps/%U
ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool"
Sockets=launchpad-process-pool.socket