Searched refs:filter_name (Results 1 – 5 of 5) sorted by relevance
/base/startup/init/services/modules/seccomp/scripts/tools/ |
D | audit_log_analysis.py | 69 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)
|
D | strace_log_analysis.py | 76 audit_policy.gen_output_file(args.filter_name, content)
|
D | merge_policy.py | 142 audit_policy.gen_output_file(args.filter_name, content)
|
D | collect_elf_syscall.py | 321 audit_policy.gen_output_file(args.filter_name, content)
|
/base/startup/init/services/modules/seccomp/scripts/ |
D | generate_code_from_policy.py | 811 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))})
|