psss / rpms / libselinux

Forked from rpms/libselinux 5 years ago
Clone
cvsdist 26188d7
--- libselinux-1.15.3/man/man8/selinux.8.rhat	2004-08-12 13:50:51.176363962 -0400
cvsdist 26188d7
+++ libselinux-1.15.3/man/man8/selinux.8	2004-08-12 13:51:30.845891464 -0400
cvsdist 26188d7
@@ -0,0 +1,86 @@
cvsdist 26188d7
+.TH  "selinux"  "1"  "11 Aug 2004" "dwalsh@redhat.com" "SELinux
cvsdist 26188d7
+Command Line documentation"
cvsdist 26188d7
+
cvsdist 26188d7
+SELinux is an implementation of Mandatory Access Control  on  the
cvsdist 26188d7
+Linux Operating System.
cvsdist 26188d7
+.br
cvsdist 26188d7
+
cvsdist 26188d7
+This manual page describes SELinux.
cvsdist 26188d7
+.br
cvsdist 26188d7
+
cvsdist 26188d7
+Security-enhanced Linux is a patch of the Linux kernel and a num-
cvsdist 26188d7
+ber of utilities with enhanced security functionality designed to
cvsdist 26188d7
+add  mandatory  access  controls to Linux.  The Security-enhanced
cvsdist 26188d7
+Linux kernel contains new architectural components originally de-
cvsdist 26188d7
+veloped  to  improve  the security of the Flask operating system.
cvsdist 26188d7
+These architectural components provide general  support  for  the
cvsdist 26188d7
+enforcement  of  many kinds of mandatory access control policies,
cvsdist 26188d7
+including those based on the concepts of Type EnforcementĀ®, Role-
cvsdist 26188d7
+based Access Control, and Multi-level Security.
cvsdist 26188d7
+.br
cvsdist 26188d7
+
cvsdist 26188d7
+SELinux can be disabled by setting the enfironment SELINUX variable to disabled in the the /etc/selinux/config file.  
cvsdist 26188d7
+SELinux can also be run in either enforcing or permissive mode.  Permissive means that 
cvsdist 26188d7
+log file will receive an access denied messages but still allow the access to happen.  Permissive and Enforcing mode do not necessarily report the same messages to the log file.  You can enable SELinux but setting the SELINUX variable in the /etc/selinux/config file to either Enforcing or Permissive.
cvsdist 26188d7
+.br
cvsdist 26188d7
+
cvsdist 26188d7
+SELinux was designed to allow Flexible Mandatory Access Control, so multiple policies could be run on a system (Only one at a time).  Two types of SELinux policy are Targeted and Strict.  Targeted policy is designed as a policy where everything is allowed and certain applications (daemons) transition to locked down domains.  For example the user would run in a totaly unconfined domain while the named daemon will run in very limited domain.  Strict policy is designed where everything is denied by default.  In order to run strict policy you should have a very controlled environment.  It is envisioned in the future other policies will be created (MLS for example).  You can define which policy you will run by setting the SELINUXTYPE environment variable within /etc/selinux/config.  Policyfiles must be installed in the /etc/selinux/POLICYTYPE/ directories.
cvsdist 26188d7
+.br
cvsdist 26188d7
+
cvsdist 26188d7
+You can also further manipulate the way SELinux enforced policy via booleans and tunables.
cvsdist 26188d7
+.pr
cvsdist 26188d7
+
cvsdist 26188d7
+system-config-securitylevel is a GUI which allows you to manipulate the SELinux runs.
cvsdist 26188d7
+.SH AUTHOR	
cvsdist 26188d7
+This manual page was written by Dan Walsh <dwalsh@redhat.com>.
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SEE ALSO"
cvsdist 26188d7
+.BR setsebool"(8)", selinuxenabled"(8)", booleans"(8)"
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
--- libselinux-1.15.3/man/man8/setsebool.8.rhat	2004-08-12 13:50:40.606555643 -0400
cvsdist 26188d7
+++ libselinux-1.15.3/man/man8/setsebool.8	2004-08-12 13:06:47.466426159 -0400
cvsdist 26188d7
@@ -0,0 +1,24 @@
cvsdist 26188d7
+.TH "setsebool" "1" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
cvsdist 26188d7
+.SH "NAME"
cvsdist 26188d7
+setsebool \- set SELinux boolean value
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SYNOPSIS"
cvsdist 26188d7
+.B setsebool
cvsdist 26188d7
+.I "boolean value"
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "DESCRIPTION"
cvsdist 26188d7
+This manual page describes the
cvsdist 26188d7
+.BR setsebool
cvsdist 26188d7
+command.
cvsdist 26188d7
+.B setsebool 
cvsdist 26188d7
+sets the state of a particular SELinux boolean.
cvsdist 26188d7
+.SH OPTIONS
cvsdist 26188d7
+.TP
cvsdist 26188d7
+
cvsdist 26188d7
+.SH AUTHOR	
cvsdist 26188d7
+This manual page was written by Dan Walsh <dwalsh@redhat.com>.
cvsdist 26188d7
+The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SEE ALSO"
cvsdist 26188d7
+.BR getsebool"(8)", booleans"(8)"
cvsdist 26188d7
--- libselinux-1.15.3/man/man8/booleans.8.rhat	2004-08-12 13:50:46.735864601 -0400
cvsdist 26188d7
+++ libselinux-1.15.3/man/man8/booleans.8	2004-08-12 13:27:17.207780310 -0400
cvsdist 26188d7
@@ -0,0 +1,15 @@
cvsdist 26188d7
+.TH "booleans" "1" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
cvsdist 26188d7
+.SH "NAME"
cvsdist 26188d7
+booleans \- Booleans are a switches that allow you to configure SELinux policy.
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "DESCRIPTION"
cvsdist 26188d7
+This manual page describes SELinux booleans.
cvsdist 26188d7
+.BR
cvsdist 26188d7
+
cvsdist 26188d7
+Policy is written with a several if/than/else clauses around boolean values.  These booleans allow an administrator to manipulate the way policy works.  For example the boolean httpd_enable_cgi allows the httpd daemon to run cgi scripts if it is enabled.  
cvsdist 26188d7
+If the admin does not want to allow cgi scripts, he can turn this boolean value off.  Booleans values are stored in the /etc/selinux/POLICYTYPE/booleans file, where POLICYTYPE if the type of policy currently being run on the system as defined in the /etc/selinux/config file.  system-config-securitylevel is a gui that allows you to manipulates booleans.
cvsdist 26188d7
+.SH AUTHOR	
cvsdist 26188d7
+This manual page was written by Dan Walsh <dwalsh@redhat.com>.
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SEE ALSO"
cvsdist 26188d7
+.BR getsebool"(8)", setsebool"(8)", selinux"(8)"
cvsdist 26188d7
--- libselinux-1.15.3/man/man8/getsebool.8.rhat	2004-08-12 13:50:37.999849534 -0400
cvsdist 26188d7
+++ libselinux-1.15.3/man/man8/getsebool.8	2004-08-12 13:04:52.878345268 -0400
cvsdist 26188d7
@@ -0,0 +1,26 @@
cvsdist 26188d7
+.TH "getsebool" "1" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
cvsdist 26188d7
+.SH "NAME"
cvsdist 26188d7
+getsebool \- get SELinux boolean value(s) 
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SYNOPSIS"
cvsdist 26188d7
+.B getsebool
cvsdist 26188d7
+.I "[-a] [boolean]"
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "DESCRIPTION"
cvsdist 26188d7
+This manual page describes the
cvsdist 26188d7
+.BR getsebool
cvsdist 26188d7
+command.
cvsdist 26188d7
+.B getsebool 
cvsdist 26188d7
+reports the current state of either a particular SELinux boolean or all SELinux booleans.	
cvsdist 26188d7
+.SH OPTIONS
cvsdist 26188d7
+.TP
cvsdist 26188d7
+.B \-a
cvsdist 26188d7
+Show all SELinux booleans.
cvsdist 26188d7
+
cvsdist 26188d7
+.SH AUTHOR	
cvsdist 26188d7
+This manual page was written by Dan Walsh <dwalsh@redhat.com>.
cvsdist 26188d7
+The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
cvsdist 26188d7
+
cvsdist 26188d7
+
cvsdist 26188d7
+.SH "SEE ALSO"
cvsdist 26188d7
+.BR setsebool"(8)", selinuxenabled"(8)"