From afb429e124f0eec0801e32989299552910cb740b Mon Sep 17 00:00:00 2001 From: Albert S Date: Sat, 22 May 2021 22:35:12 +0200 Subject: [PATCH] qssb_policy: Remove unused syscall_default_policy member --- qssb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/qssb.h b/qssb.h index 8067bc7..3db4e2c 100644 --- a/qssb.h +++ b/qssb.h @@ -168,7 +168,6 @@ struct qssb_policy int not_dumpable; int no_new_privs; int namespace_options; - int syscall_default_policy; /* Bind mounts all paths in path_policies into the chroot and applies non-landlock policies */ int mount_path_policies_to_chroot;