summary refs log tree commit diff
path: root/curtis/.bin/dtch.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-19 21:15:06 -0400
committerJune McEnroe <programble@gmail.com>2017-07-19 21:15:06 -0400
commit4273753c84d0176edf1cb152c0298eef3aa736e4 (patch)
treec337e3ca31527abfdb13f36daf366812bcc1875a /curtis/.bin/dtch.c
parentAdd Light Terminal.app profile (diff)
downloadsrc-4273753c84d0176edf1cb152c0298eef3aa736e4.tar.gz
src-4273753c84d0176edf1cb152c0298eef3aa736e4.zip
chmod 600 in dtch
Diffstat (limited to '')
-rwxr-xr-xcurtis/.bin/dtch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curtis/.bin/dtch.c b/curtis/.bin/dtch.c
index 1865716b..a37eeeeb 100755
--- a/curtis/.bin/dtch.c
+++ b/curtis/.bin/dtch.c
@@ -134,7 +134,7 @@ static int dtch(int argc, char *argv[]) {
     if (error) err(EX_IOERR, "%s", addr.sun_path);
     atexit(unlinkAddr);
 
-    error = chmod(addr.sun_path, S_IRWXU);
+    error = chmod(addr.sun_path, 0600);
     if (error) err(EX_IOERR, "%s", addr.sun_path);
 
     int master;