From 56f57e376929e20560284aec737a41ccca2b9ee7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 19 Jul 2017 21:15:06 -0400 Subject: chmod 600 in dtch --- home/.bin/dtch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.bin/dtch.c') diff --git a/home/.bin/dtch.c b/home/.bin/dtch.c index 1865716b..a37eeeeb 100755 --- a/home/.bin/dtch.c +++ b/home/.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