diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 10:03:10 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 10:03:10 +0000 |
commit | 7d88fe0269278966a1da1a8ab1160d7a0a6febb5 (patch) | |
tree | f911cf017452f4d097ee5ed87977a6a13c5fa857 /sys/src/cmd/cwfs/main.c | |
parent | 4b8734b7c50f1382da18fc447e9ce2830b872db3 (diff) |
cwfs: fix permissions for command channel
Diffstat (limited to 'sys/src/cmd/cwfs/main.c')
-rw-r--r-- | sys/src/cmd/cwfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/cwfs/main.c b/sys/src/cmd/cwfs/main.c index f1942e1fc..e9037a671 100644 --- a/sys/src/cmd/cwfs/main.c +++ b/sys/src/cmd/cwfs/main.c @@ -194,7 +194,7 @@ postservice(void) /* post cmd service */ snprint(buf, sizeof(buf), "#s/%s.cmd", service); - srvfd(buf, 0222, p[0]); + srvfd(buf, 0220, p[0]); close(p[0]); /* use it as stdin */ |