diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-11-16 16:13:51 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-11-16 16:13:51 +0100 |
commit | 563a08a8f89261810a0b10f906ece91cd8a3c487 (patch) | |
tree | e1bcb0701bf379dab17837897091f54e8ba56b42 | |
parent | 8f3afe3eac22d4c467929af151d328193f341eb0 (diff) | |
parent | fb4d46c9a85755910a222dcc7167df3b5a5c8d94 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
-rwxr-xr-x | launchd/privileged_startx/10-tmpdirs.cpp | 2 |
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 |