sanebox: allow /dev/fd in the sandbox by default
This commit is contained in:
@@ -768,7 +768,9 @@ landlockSetup() {
|
|||||||
# typical failure mode:
|
# typical failure mode:
|
||||||
# - /tmp: application can't perform its task
|
# - /tmp: application can't perform its task
|
||||||
# - /dev/{null,random,urandom,zero}: application warns but works around it
|
# - /dev/{null,random,urandom,zero}: application warns but works around it
|
||||||
|
# - /dev/fd/*: application fails to open its stdin/stdout/etc
|
||||||
paths+=(
|
paths+=(
|
||||||
|
/dev/fd
|
||||||
/dev/null
|
/dev/null
|
||||||
/dev/random
|
/dev/random
|
||||||
/dev/urandom
|
/dev/urandom
|
||||||
|
Reference in New Issue
Block a user