Home
last modified time | relevance | path

Searched refs:filter_name (Results 1 – 5 of 5) sorted by relevance

/base/startup/init/services/modules/seccomp/scripts/tools/
Daudit_log_analysis.py69 def gen_output_file(filter_name, content): argument
72 with os.fdopen(os.open(filter_name + '.seccomp.policy', flags, modes), 'w') as output_file:
112 gen_output_file(args.filter_name, content)
Dstrace_log_analysis.py76 audit_policy.gen_output_file(args.filter_name, content)
Dmerge_policy.py142 audit_policy.gen_output_file(args.filter_name, content)
Dcollect_elf_syscall.py321 audit_policy.gen_output_file(args.filter_name, content)
/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py811 def __init__(self, filter_name, arch, function_name_nr_table): argument
814 self.filter_name = filter_name
823 if self.filter_name == name:
975 filter_name = 'g_' + args.filter_name + 'SeccompFilter'
980 ''').format(filter_name)
987 ''').format(filter_name + 'Size', filter_name)
1012 … {arch: AllowBlockList(args.filter_name, arch, function_name_nr_table_dict.get(arch))})