aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/rundefs.h
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-07-31 20:06:37 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-31 20:06:37 +0200
commit06d3fd05814da2bbf1f9f30a722092a562cf16b2 (patch)
treefe19af2ec07ac3434bf93890bd719abafd3cd5c7 /src/include/rundefs.h
parentMerge pull request #5271 from smitsohu/nnp (diff)
parentintroduce new option restrict-namespaces (diff)
downloadfirejail-06d3fd05814da2bbf1f9f30a722092a562cf16b2.tar.gz
firejail-06d3fd05814da2bbf1f9f30a722092a562cf16b2.tar.zst
firejail-06d3fd05814da2bbf1f9f30a722092a562cf16b2.zip
Merge pull request #5259 from smitsohu/ns
introduce new option restrict-namespaces
Diffstat (limited to 'src/include/rundefs.h')
-rw-r--r--src/include/rundefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index 08042d2c4..079670f10 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -68,6 +68,8 @@
68#define RUN_SECCOMP_32 RUN_SECCOMP_DIR "/seccomp.32" // 32bit arch filter installed on 64bit architectures 68#define RUN_SECCOMP_32 RUN_SECCOMP_DIR "/seccomp.32" // 32bit arch filter installed on 64bit architectures
69#define RUN_SECCOMP_MDWX RUN_SECCOMP_DIR "/seccomp.mdwx" // filter for memory-deny-write-execute 69#define RUN_SECCOMP_MDWX RUN_SECCOMP_DIR "/seccomp.mdwx" // filter for memory-deny-write-execute
70#define RUN_SECCOMP_MDWX_32 RUN_SECCOMP_DIR "/seccomp.mdwx.32" 70#define RUN_SECCOMP_MDWX_32 RUN_SECCOMP_DIR "/seccomp.mdwx.32"
71#define RUN_SECCOMP_NS RUN_SECCOMP_DIR "/seccomp.namespaces"
72#define RUN_SECCOMP_NS_32 RUN_SECCOMP_DIR "/seccomp.namespaces.32"
71#define RUN_SECCOMP_BLOCK_SECONDARY RUN_SECCOMP_DIR "/seccomp.block_secondary" // secondary arch blocking filter 73#define RUN_SECCOMP_BLOCK_SECONDARY RUN_SECCOMP_DIR "/seccomp.block_secondary" // secondary arch blocking filter
72#define RUN_SECCOMP_POSTEXEC RUN_SECCOMP_DIR "/seccomp.postexec" // filter for post-exec library 74#define RUN_SECCOMP_POSTEXEC RUN_SECCOMP_DIR "/seccomp.postexec" // filter for post-exec library
73#define RUN_SECCOMP_POSTEXEC_32 RUN_SECCOMP_DIR "/seccomp.postexec32" // filter for post-exec library 75#define RUN_SECCOMP_POSTEXEC_32 RUN_SECCOMP_DIR "/seccomp.postexec32" // filter for post-exec library