summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2012-11-16 16:13:51 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2012-11-16 16:13:51 +0100
commit563a08a8f89261810a0b10f906ece91cd8a3c487 (patch)
treee1bcb0701bf379dab17837897091f54e8ba56b42
parent8f3afe3eac22d4c467929af151d328193f341eb0 (diff)
parentfb4d46c9a85755910a222dcc7167df3b5a5c8d94 (diff)
Merge remote-tracking branch 'origin/master' into obsd
-rwxr-xr-xlaunchd/privileged_startx/10-tmpdirs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launchd/privileged_startx/10-tmpdirs.cpp b/launchd/privileged_startx/10-tmpdirs.cpp
index 6ba045f..4366696 100755
--- a/launchd/privileged_startx/10-tmpdirs.cpp
+++ b/launchd/privileged_startx/10-tmpdirs.cpp
@@ -56,7 +56,7 @@ for dir in /tmp/.ICE-unix /tmp/.X11-unix /tmp/.font-unix ; do
# against the above check)
if ${MKTEMP} -d ${dir} >& /dev/null ; then
chmod 1777 $dir
- chown 0:0 $dir
+ chown root:wheel $dir
success=1
break
fi