- Fix python bindings for matchpathcon

- Fix booleans man page
This commit is contained in:
Daniel J Walsh 2006-04-11 19:03:13 +00:00
parent c8030dcf96
commit fed1ce5b77
2 changed files with 48 additions and 2 deletions

View File

@ -1,6 +1,48 @@
diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/booleans.8 libselinux-1.30.1/man/man8/booleans.8
--- nsalibselinux/man/man8/booleans.8 2004-11-02 11:44:38.000000000 -0500
+++ libselinux-1.30.1/man/man8/booleans.8 2006-04-11 15:01:19.000000000 -0400
@@ -17,17 +17,10 @@
value.
The policy defines a default value for each boolean, typically false.
-These default values can be overridden at boot-time based on the
-settings in the
-.I /etc/selinux/SELINUXTYPE/booleans
-file, where
-SELINUXTYPE is the type of policy currently being run on the system as
-defined in the
-.I /etc/selinux/config
-file. The
+These default values can be overridden. The
.B system-config-securitylevel
tool provides an interface for altering
-the settings in this file. The
+the settings of booleans. The
.B load_policy(8)
program will preserve
current boolean settings upon a policy reload by default, or can
@@ -41,8 +34,11 @@
.B setsebool(8)
utility or the
.B togglesebool
-utility. These utilities only change the
+utility. These utilities change the
current boolean value and do not affect the boot-time settings.
+You can use
+.B setsebool -P
+to permanantly change the setting of a boolean.
.SH AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
@@ -51,5 +47,3 @@
.SH "SEE ALSO"
getsebool(8), setsebool(8), selinux(8), togglesebool(8)
-.SH FILES
-/etc/selinux/SELINUXTYPE/booleans, /etc/selinux/config
diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinuxswig.i libselinux-1.30.1/src/selinuxswig.i
--- nsalibselinux/src/selinuxswig.i 2006-01-04 10:37:35.000000000 -0500
+++ libselinux-1.30.1/src/selinuxswig.i 2006-04-11 14:23:41.000000000 -0400
+++ libselinux-1.30.1/src/selinuxswig.i 2006-04-11 14:55:35.000000000 -0400
@@ -29,8 +29,9 @@
$1 = &temp;
}

View File

@ -3,7 +3,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.30.1
Release: 1
Release: 2
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@ -111,6 +111,10 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.1-2
- Fix python bindings for matchpathcon
- Fix booleans man page
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.1-1
* Merged Makefile PYLIBVER definition patch from Dan Walsh.