Searched refs:restorecon (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | selinux.h | 35 restorecon (struct selabel_handle *selabel_handle, 44 restorecon (struct selabel_handle *selabel_handle, in restorecon() function
|
D | mkdir.c | 181 if (! restorecon (o->set_security_context, last_component (dir), false) in process_dir()
|
D | selinux.c | 285 restorecon (struct selabel_handle *selabel_handle, in restorecon() function
|
D | install.c | 402 if (! restorecon (x->set_security_context, last_component (dir), false) in process_dir()
|
D | copy.c | 1085 if (! restorecon (x->set_security_context, dst_name, recurse)) in set_file_security_ctx()
|
/coreutils/tests/mkdir/ |
D | restorecon.sh | 33 if restorecon restored 2>/dev/null; then 65 if restorecon ${basename}_restore 2>/dev/null; then
|
/coreutils/tests/install/ |
D | install-Z-selinux.sh | 33 if restorecon restored 2>/dev/null; then
|
/coreutils/tests/cp/ |
D | cp-a-selinux.sh | 95 if restorecon Z1 Z1_d 2>restorecon.err \ 96 && compare /dev/null restorecon.err; then
|
/coreutils/tests/ |
D | local.mk | 665 tests/mkdir/restorecon.sh \
|
/coreutils/ |
D | NEWS | 1478 [bug introduced with the -Z restorecon functionality in coreutils-8.22] 1821 cp, install, mkdir, mknod, mkfifo and mv now support "restorecon"
|
/coreutils/doc/ |
D | coreutils.texi | 9364 @command{restorecon} command. 10298 This option functions similarly to the @command{restorecon} command,
|