projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a68595
)
Add back ERRNO(1337) for example config
author
Andy Pan
<andy0130tw@yahoo.com.tw>
Mon, 3 Jul 2017 20:26:37 +0000
(
04:26
+0800)
committer
Andy Pan
<andy0130tw@yahoo.com.tw>
Mon, 3 Jul 2017 20:26:37 +0000
(
04:26
+0800)
configs/bash-with-fake-geteuid.cfg
patch
|
blob
|
history
diff --git
a/configs/bash-with-fake-geteuid.cfg
b/configs/bash-with-fake-geteuid.cfg
index a8d5ed51902e2f42f974f5867a639a467ddc8c8b..17a2fd0d81e164ccf03291e97c097e599d2aeef1 100644
(file)
--- a/
configs/bash-with-fake-geteuid.cfg
+++ b/
configs/bash-with-fake-geteuid.cfg
@@
-169,6
+169,7
@@
mount {
seccomp_string: "
POLICY example {
+ ERRNO(1337) { geteuid },
KILL { syslog },
ERRNO(0) { ptrace }
}