configs/bash: bring back changed euid for bash

This commit is contained in:
Robert Swiecki 2017-07-13 02:34:18 +02:00
parent 5683ea7e09
commit 43e402af06

View File

@ -171,6 +171,7 @@ mount {
seccomp_string: "
POLICY example {
ERRNO(1337) { geteuid },
KILL { syslog },
ERRNO(0) { ptrace }
}