libselinux package update

Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64bebuilder0 2018-05-16 16:17:45 +02:00
parent 43a3c54590
commit 23be9a3b2f
4 changed files with 4111 additions and 0 deletions

File diff suppressed because it is too large Load Diff

18
SOURCES/selinuxconlist.8 Normal file
View File

@ -0,0 +1,18 @@
.TH "selinuxconlist" "1" "7 May 2008" "dwalsh@redhat.com" "SELinux Command Line documentation"
.SH "NAME"
selinuxconlist \- list all SELinux context reachable for user
.SH "SYNOPSIS"
.B selinuxconlist [-l level] user [context]

.SH "DESCRIPTION"
.B selinuxconlist
reports the list of context reachable for user from the current context or specified context

.B \-l level
mcs/mls level

.SH AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>.

.SH "SEE ALSO"
secon(8), selinuxdefcon(8)

24
SOURCES/selinuxdefcon.8 Normal file
View File

@ -0,0 +1,24 @@
.TH "selinuxdefcon" "1" "7 May 2008" "dwalsh@redhat.com" "SELinux Command Line documentation"
.SH "NAME"
selinuxdefcon \- report default SELinux context for user

.SH "SYNOPSIS"
.B selinuxdefcon [-l level] user fromcon

.SH "DESCRIPTION"
.B selinuxdefcon
reports the default context for the specified user from the specified context

.B \-l level
mcs/mls level

.SH EXAMPLE
# selinuxdefcon jsmith system_u:system_r:sshd_t:s0
.br
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

.SH AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>.

.SH "SEE ALSO"
secon(8), selinuxconlist(8)

2529
SPECS/libselinux.spec Normal file

File diff suppressed because it is too large Load Diff