blob: ae83f7934a7add44acbf2d0cf0e646eb803ccfc1 [file] [log] [blame] [raw]
include etc/firejail/standard.inc
private-bin none
private-etc none
# TODO: we would ideally allow ptrace to allow for address sanitizer/debuggers etc
# But can't find a way to blacklist everything in the default list *except* ptrace.
# Using seccomp.keep seems to turn things into a whitelist
#seccomp.keep ptrace
# TODO need to launder the environment more before executing
# TODO are these appropriate values?
# rlimit-nproc seems not to be as useful as we want; it _seems_ to count *all* processes
# created by the effective user (i.e. would be shared across instances)
# rlimit-nproc 2000 # TODO test a fork bomb?
rlimit-fsize 16777216
rlimit-nofile 4