aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-01-12 17:28:36 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-01-12 17:28:36 +0900
commit793d70f47a8be7f1ebf2d4341031f13469967484 (patch)
tree2ea89510ada8614082ada9dbe60a3eaf8e439211
parent3f435efb5d6accc3fdab02e3cd061e81b1652b3a (diff)
downloadpoe-793d70f47a8be7f1ebf2d4341031f13469967484.tar.gz
setgid
-rw-r--r--sandbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/Makefile b/sandbox/Makefile
index 2a292c5..e55af32 100644
--- a/sandbox/Makefile
+++ b/sandbox/Makefile
@@ -5,4 +5,4 @@ LDFLAGS += -pie -Wl,-z,relro,-z,now
sandbox: sandbox.c seccomp.c playground.c systemd.c
install: sandbox
- install -m 4755 -o root sandbox safe_runner
+ install -m 6755 -o root sandbox safe_runner