libselinux: Correct manpages regarding removable_context
The selabel_media(5) man page incorrectly stated that the removable_context(5) would be read if an selabel_lookup(3) failed. Correct the man pages that fixes [1]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1395621 Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
This commit is contained in:
parent
5e81672ca0
commit
8bcee84421
2 changed files with 3 additions and 6 deletions
|
@ -3,8 +3,7 @@
|
|||
removable_context \- The SELinux removable devices context configuration file
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
This file contains the default label that should be used for removable devices that are not defined in the \fImedia\fR file (that is described in
|
||||
.BR selabel_media "(5)). "
|
||||
This file contains the default label that should be used for removable devices.
|
||||
.sp
|
||||
.BR selinux_removable_context_path "(3) "
|
||||
will return the active policy path to this file. The default removable context file is:
|
||||
|
@ -34,4 +33,4 @@ A user, role, type and optional range (for MCS/MLS) separated by colons (:) that
|
|||
system_u:object_r:removable_t:s0
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR selinux "(8), " selinux_removable_context_path "(3), " selabel_media "(5), " selinux_config "(5) "
|
||||
.BR selinux "(8), " selinux_removable_context_path "(3), " selinux_config "(5) "
|
||||
|
|
|
@ -52,8 +52,6 @@ The default media contexts file is:
|
|||
.RE
|
||||
.sp
|
||||
Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)).
|
||||
.sp
|
||||
Should there not be a valid entry in the \fImedia\fR file, then the default \fIremovable_context\fR file will be read (see \fBremovable_context\fR(5)).
|
||||
.
|
||||
.SH "FILE FORMAT"
|
||||
Each line within the \fImedia\fR file is as follows:
|
||||
|
@ -90,4 +88,4 @@ this is not set, then it is possible for an invalid context to be returned.
|
|||
.SH "SEE ALSO"
|
||||
.ad l
|
||||
.nh
|
||||
.BR selinux "(8), " selabel_open "(3), " selabel_lookup "(3), " selabel_stats "(3), " selabel_close "(3), " selinux_set_callback "(3), " selinux_media_context_path "(3), " freecon "(3), " selinux_config "(5), " removable_context "(5) "
|
||||
.BR selinux "(8), " selabel_open "(3), " selabel_lookup "(3), " selabel_stats "(3), " selabel_close "(3), " selinux_set_callback "(3), " selinux_media_context_path "(3), " freecon "(3), " selinux_config "(5) "
|
||||
|
|
Loading…
Reference in a new issue