From 4273753c84d0176edf1cb152c0298eef3aa736e4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 19 Jul 2017 21:15:06 -0400 Subject: chmod 600 in dtch --- curtis/.bin/dtch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curtis/.bin/dtch.c') 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; -- cgit 1.4.1