diff options
Diffstat (limited to 'src/pseccomp.h')
-rw-r--r-- | src/pseccomp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pseccomp.h b/src/pseccomp.h index d208275..0bb5b2c 100644 --- a/src/pseccomp.h +++ b/src/pseccomp.h @@ -8,7 +8,7 @@ typedef struct pseccomp_ctx { } pseccomp_ctx; -int pseccomp_init(pseccomp_ctx **ctx); +int pseccomp_init(pseccomp_ctx **ctx, unsigned int defact_allow); void pseccomp_free(pseccomp_ctx **ctx); @@ -16,6 +16,8 @@ int pseccomp_set_immutable(void); int pseccomp_default_rules(pseccomp_ctx *ctx); +int pseccomp_protocol_rules(pseccomp_ctx *ctx); + int pseccomp_jail_rules(pseccomp_ctx *ctx); #endif |