var searchIndex = {}; searchIndex["seccomp_sys"] = {"doc":"","items":[[3,"scmp_arg_cmp","seccomp_sys","Argument / Value comparison definition",null,null],[12,"arg","","",0,null],[12,"op","","< argument number, starting at 0",0,null],[12,"datum_a","","< the comparison op, e.g. SCMP_CMP_*",0,null],[12,"datum_b","","",0,null],[4,"scmp_filter_attr","","Filter attributes",null,null],[13,"_SCMP_FLTATR_MIN","","",1,null],[13,"SCMP_FLTATR_ACT_DEFAULT","","",1,null],[13,"SCMP_FLTATR_ACT_BADARCH","","< default filter action",1,null],[13,"SCMP_FLTATR_CTL_NNP","","< bad architecture action",1,null],[13,"_SCMP_FLTATR_MAX","","< set NO_NEW_PRIVS on filter load",1,null],[4,"scmp_compare","","Comparison operators",null,null],[13,"_SCMP_CMP_MIN","","",2,null],[13,"SCMP_CMP_NE","","",2,null],[13,"SCMP_CMP_LT","","< not equal",2,null],[13,"SCMP_CMP_LE","","< less than",2,null],[13,"SCMP_CMP_EQ","","< less than or equal",2,null],[13,"SCMP_CMP_GE","","< equal",2,null],[13,"SCMP_CMP_GT","","< greater than or equal",2,null],[13,"SCMP_CMP_MASKED_EQ","","< greater than",2,null],[13,"_SCMP_CMP_MAX","","< masked equality",2,null],[5,"seccomp_init","","Initialize the filter state",null,null],[5,"seccomp_reset","","Reset the filter state",null,null],[5,"seccomp_release","","Destroys the filter state and releases any resources",null,null],[5,"seccomp_load","","Loads the filter into the kernel",null,null],[5,"seccomp_attr_get","","Get the value of a filter attribute",null,null],[5,"seccomp_attr_set","","Set the value of a filter attribute",null,null],[5,"seccomp_syscall_priority","","Set the priority of a given syscall",null,null],[5,"seccomp_rule_add","","Add a new rule to the filter",null,null],[5,"seccomp_rule_add_exact","","Add a new rule to the filter",null,null],[5,"seccomp_export_pfc","","Generate seccomp Pseudo Filter Code (PFC) and export it to a file",null,null],[5,"seccomp_export_bpf","","Generate seccomp Berkley Packet Filter (BPF) code and export it to a file",null,null],[6,"scmp_filter_ctx","","",null,null],[6,"scmp_datum_t","","Argument datum",null,null],[17,"SCMP_ACT_KILL","","Kill the process",null,null],[17,"SCMP_ACT_TRAP","","Throw a SIGSYS signal",null,null],[17,"SCMP_ACT_ALLOW","","Return the specified error code\nNotify a tracing process with the specified value\nAllow the syscall to be executed",null,null]],"paths":[[3,"scmp_arg_cmp"],[4,"scmp_filter_attr"],[4,"scmp_compare"]]}; initSearch(searchIndex);