Lines Matching refs:name
40 services_name.add(field['name'])
43 raise ValidateError('cfg error,please use json file replace xml process name: ' + field['name'])
68 name = file[front_pos : rear_pos]
69 if not name.startswith('com.') and name not in name_allow_list:
70 services_name.add(name)
76 for name in seccomp_services_name:
77 if name not in servces_name:
78 raise ValidateError('service name {} not in cfg, please check the name used for seccomp'.format(name))
84 description='check whehter name is legal used for the seccomp policy shared library')