2008-08-19 19:30:36 +00:00
.TH CHCAT "8" "September 2005" "chcat" "User Commands"
.SH NAME
chcat \- change file SELinux security category
.SH SYNOPSIS
.B chcat
\fI category file\fR ...
.br
.B chcat -l
\fI category user\fR ...
.br
.B chcat
\fI [[+|-]category...] file\fR ...
.br
.B chcat -l
\fI [[+|-]category...] user\fR ...
.br
.B chcat
[\fI -d\fR ] \fI file\fR ...
.br
.B chcat -l
[\fI -d\fR ] \fI user\fR ...
.br
.B chcat
2013-05-10 12:45:21 +00:00
\fI -L\fR [ \- l ] [ user ... ]
2008-08-19 19:30:36 +00:00
.br
.SH DESCRIPTION
.PP
Change/Remove the security \fI category\fR for each \fI file\fR or \fI user\fR .
.PP
Use +/- to add/remove categories from a \fI file\fR or \fI user\fR .
.PP
.B
Note:
2013-05-10 12:45:21 +00:00
When removing a category you must specify '\- \- ' on the command line before using the \- Category syntax. This tells the command that you have finished entering options and are now specifying a category name instead.
2008-08-19 19:30:36 +00:00
.TP
\fB \- d\fR
delete the category from each FILE/USER.
.TP
\fB \- L\fR
list available categories.
.TP
\fB \- l\fR
Tells chcat to operate on users instead of files.
.SH "SEE ALSO"
.TP
chcon(1), selinux(8), semanage(8)
.PP
.br
When operating on files this script wraps the chcon command.
.SH "FILES"
/etc/selinux/{SELINUXTYPE}/setrans.conf
.br
2011-07-07 13:38:19 +00:00
/etc/selinux/{SELINUXTYPE}/seusers
2008-08-19 19:30:36 +00:00