/external/selinux/policycoreutils/semanage/ |
semanage-fcontext.8 | 6 .B semanage fcontext [\-h] [\-n] [\-N] [\-s STORE] [ \-\-add ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) | \-\-delete ( \-t TYPE \-f FTYPE | \-e EQUAL ) FILE_SPEC ) | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) ]
|
semanage | 52 usage_fcontext_dict = {' --add': ('(', '-t TYPE', '-f FTYPE', '-r RANGE', '-s SEUSER', '|', '-e EQUAL', ')', 'FILE_SPEC', ')',), ' --delete': ('(', '-t TYPE', '-f FTYPE', '|', '-e EQUAL', ')', 'FILE_SPEC', ')',), ' --modify': ('(', '-t TYPE', '-f FTYPE', '-r RANGE', '-s SEUSER', '|', '-e EQUAL', ')', 'FILE_SPEC )',), ' --list': ('-C',), ' --extract': ('',), ' --deleteall': ('',)} 344 fcontext_args = {'list': [('equal', 'ftype', 'seuser', 'type'), ('')], 'add': [('locallist'), ('type', 'file_spec')], 'modify': [('locallist'), ('type', 'file_spec')], 'delete': [('locallist'), ('file_spec')], 'extract': [('locallist', 'equal', 'ftype', 'seuser', 'type'), ('')], 'deleteall': [('locallist'), ('')]} 361 OBJECT.add_equal(args.file_spec, args.equal) 363 OBJECT.add(args.file_spec, args.type, args.ftype, args.range, args.seuser) 366 OBJECT.add_equal(args.file_spec, args.equal) 368 OBJECT.modify(args.file_spec, args.type, args.ftype, args.range, args.seuser [all...] |
/external/selinux/libselinux/src/ |
matchpathcon.c | 138 typedef struct file_spec { struct 142 struct file_spec *next; /* next association in hash bucket chain */
|
/external/selinux/policycoreutils/setfiles/ |
restore.c | 22 typedef struct file_spec { struct 26 struct file_spec *next; /* next association in hash bucket chain */
|
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
mock.py | 2316 file_spec = None variable [all...] |
/external/chromium-trace/catapult/third_party/mock/ |
mock.py | 2316 file_spec = None variable [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldlang.c | 172 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path, 173 return whether F matches FILE_SPEC. */ 176 input_statement_is_archive_path (const char *file_spec, char *sep, 183 && ((sep != file_spec) 188 if (sep != file_spec) 192 match = name_match (file_spec, aname) == 0; 891 const char *file_spec = s->filename; local 894 if (file_spec == NULL) 902 else if ((p = archive_path (file_spec)) != NULL) 906 if (input_statement_is_archive_path (file_spec, p, f) [all...] |