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:
5683ea7
)
configs/bash: bring back changed euid for bash
author
Robert Swiecki
<robert@swiecki.net>
Thu, 13 Jul 2017 00:34:18 +0000
(
02:34
+0200)
committer
Robert Swiecki
<robert@swiecki.net>
Thu, 13 Jul 2017 00:34:18 +0000
(
02:34
+0200)
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 1da28e97f1041f763cf503e1e71f1cad4e1096b5..74af79504079aa076155ab3e8afc7da7bd660a7c 100644
(file)
--- a/
configs/bash-with-fake-geteuid.cfg
+++ b/
configs/bash-with-fake-geteuid.cfg
@@
-171,6
+171,7
@@
mount {
seccomp_string: "
POLICY example {
+ ERRNO(1337) { geteuid },
KILL { syslog },
ERRNO(0) { ptrace }
}