Searched refs:defaultcon (Results 1 – 7 of 7) sorted by relevance
/coreutils/src/ |
D | selinux.h | 38 defaultcon (struct selabel_handle *selabel_handle, 49 defaultcon (struct selabel_handle *selabel_handle, in defaultcon() function
|
D | mknod.c | 254 defaultcon (set_security_context, argv[optind], node_type); in main() 263 defaultcon (set_security_context, argv[optind], S_IFIFO); in main()
|
D | mkdir.c | 129 && defaultcon (o->set_security_context, component, S_IFDIR) < 0 in make_ancestor() 161 && defaultcon (o->set_security_context, dir, S_IFDIR) < 0 in process_dir()
|
D | mkfifo.c | 170 defaultcon (set_security_context, argv[optind], S_IFIFO); in main()
|
D | selinux.c | 110 defaultcon (struct selabel_handle *selabel_handle, in defaultcon() function
|
D | install.c | 372 && defaultcon (x->set_security_context, component, S_IFDIR) < 0 in make_ancestor()
|
D | copy.c | 1058 if (new_dst && defaultcon (x->set_security_context, dst_name, mode) < 0 in set_process_security_ctx()
|