mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-10 07:29:28 +00:00
0faf3433e8
Introduce a helper to remove SELinux file security contexts. Mainly for testing label operations, and only for SELinux disabled systems, since removing file contexts is not supported by SELinux. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
47 lines
941 B
Groff
47 lines
941 B
Groff
.TH UNSETFILES "1" "December 2023" "Security Enhanced Linux"
|
|
.SH NAME
|
|
unsetfiles \- Remove SELinux file security contexts.
|
|
.SH SYNOPSIS
|
|
.B unsetfiles
|
|
.RB [ \-hnrvx ]
|
|
.IR pathname \ ...
|
|
|
|
.SH DESCRIPTION
|
|
.P
|
|
This program removes the SELinux file security contexts of files. It can help
|
|
cleaning extended file attributes after disabling SELinux.
|
|
.P
|
|
.B unsetfiles
|
|
will only work on SELinux disabled systems, since removing file security
|
|
contexts is not supported by SELinux.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-h
|
|
Show usage information and exit.
|
|
.TP
|
|
.B \-n
|
|
Do not actually remove any SELinux file security contexts.
|
|
.TP
|
|
.B \-r
|
|
Remove SELinux file security contexts recursive.
|
|
.TP
|
|
.B \-v
|
|
Be verbose about performed actions.
|
|
.TP
|
|
.B \-x
|
|
Do not cross filesystem boundaries.
|
|
|
|
.SH ARGUMENTS
|
|
.TP
|
|
.IR pathname \ ...
|
|
One or more path names to operate on.
|
|
|
|
.SH SEE ALSO
|
|
.BR restorecon (8),
|
|
.BR setfiles (8)
|
|
|
|
.SH AUTHORS
|
|
.nf
|
|
Christian Göttsche (cgzones@googlemail.com)
|