]> git.sur5r.net Git - i3/i3/commit
Create a secure temp path instead of a predictable one (Thanks Han)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Dec 2011 17:53:21 +0000 (17:53 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Dec 2011 17:59:31 +0000 (17:59 +0000)
commitc21172a6f60e1265f1c6dcd57147fde9c90e03bf
tree180ac5aaa6dbf85468fbc593614ea8844c96b03a
parent7eb2ca405eb3829e016bf7ecfd8df3f3fbea8d77
Create a secure temp path instead of a predictable one (Thanks Han)

With this commit, i3 will now use either $XDG_RUNTIME_DIR/i3 (XDG_RUNTIME_DIR
is only writable by the user, so this is not a problem) or a secure temporary
location in /tmp, following the pattern /tmp/i3-<user>.XXXXXX
docs/ipc
docs/userguide
man/i3.man
src/util.c
testcases/t/159-socketpaths.t