2005-10-06 19:11:25 +00:00
|
|
|
%define libselinuxver 1.27.6-1
|
2005-10-05 14:45:40 +00:00
|
|
|
%define libsepolver 1.9.10-1
|
|
|
|
%define libsemanagever 1.3.8-1
|
2004-09-09 10:33:59 +00:00
|
|
|
Summary: SELinux policy core utilities.
|
|
|
|
Name: policycoreutils
|
2005-10-06 19:11:25 +00:00
|
|
|
Version: 1.27.5
|
|
|
|
Release: 1
|
2004-09-09 10:33:59 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
2004-09-09 10:34:37 +00:00
|
|
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
2004-09-09 20:35:08 +00:00
|
|
|
|
2005-08-02 16:57:45 +00:00
|
|
|
BuildRequires: libselinux-devel >= %{libselinuxver} pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever}
|
2005-07-27 14:05:30 +00:00
|
|
|
|
2005-09-21 01:20:47 +00:00
|
|
|
PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
2005-09-06 21:19:01 +00:00
|
|
|
Requires: libselinux >= %{libselinuxver} libsepol >= %{libsepolver} libsemanage
|
2004-09-09 10:33:59 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
|
|
|
|
|
|
|
%description
|
2005-09-29 01:11:47 +00:00
|
|
|
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
2004-09-09 10:33:59 +00:00
|
|
|
of utilities with enhanced security functionality designed to add
|
|
|
|
mandatory access controls to Linux. The Security-enhanced Linux
|
|
|
|
kernel contains new architectural components originally developed to
|
|
|
|
improve the security of the Flask operating system. These
|
|
|
|
architectural components provide general support for the enforcement
|
|
|
|
of many kinds of mandatory access control policies, including those
|
|
|
|
based on the concepts of Type Enforcement®, Role-based Access
|
|
|
|
Control, and Multi-level Security.
|
|
|
|
|
|
|
|
policycoreutils contains the policy core utilities that are required
|
|
|
|
for basic operation of a SELinux system. These utilities include
|
|
|
|
load_policy to load policies, setfiles to label filesystems, newrole
|
|
|
|
to switch roles, and run_init to run /etc/init.d scripts in the proper
|
|
|
|
context.
|
2005-09-06 21:19:01 +00:00
|
|
|
p
|
2004-09-09 10:33:59 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-08-02 16:57:45 +00:00
|
|
|
|
2004-09-09 10:33:59 +00:00
|
|
|
%build
|
2005-05-17 12:38:08 +00:00
|
|
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
2004-09-09 10:33:59 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
2004-09-09 10:34:14 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/sbin
|
2004-09-09 10:33:59 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
|
|
|
|
make DESTDIR="${RPM_BUILD_ROOT}" install
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 10:34:14 +00:00
|
|
|
/sbin/fixfiles
|
|
|
|
/sbin/restorecon
|
2005-08-02 16:57:45 +00:00
|
|
|
%{_sbindir}/setfiles
|
|
|
|
%{_sbindir}/semodule
|
|
|
|
%{_sbindir}/load_policy
|
|
|
|
%{_sbindir}/audit2why
|
2004-09-09 10:33:59 +00:00
|
|
|
%{_sbindir}/genhomedircon
|
2004-09-09 10:34:37 +00:00
|
|
|
%{_sbindir}/sestatus
|
2005-08-02 16:57:45 +00:00
|
|
|
%{_sbindir}/run_init
|
|
|
|
%{_sbindir}/open_init_pty
|
|
|
|
%{_bindir}/newrole
|
|
|
|
%{_bindir}/audit2allow
|
|
|
|
%{_bindir}/semodule_expand
|
|
|
|
%{_bindir}/semodule_link
|
2005-08-17 16:26:54 +00:00
|
|
|
%{_bindir}/semodule_package
|
2005-08-02 16:57:45 +00:00
|
|
|
%{_mandir}/man8/restorecon.8.gz
|
2004-09-09 10:34:37 +00:00
|
|
|
%{_mandir}/man8/sestatus.8.gz
|
2004-09-09 10:33:59 +00:00
|
|
|
%{_mandir}/man8/setfiles.8.gz
|
2004-09-09 10:34:37 +00:00
|
|
|
%{_mandir}/man8/fixfiles.8.gz
|
2004-09-09 10:38:01 +00:00
|
|
|
%{_mandir}/man8/load_policy.8.gz
|
2005-05-20 17:22:30 +00:00
|
|
|
%{_mandir}/man8/audit2why.8.gz
|
2005-01-24 17:07:54 +00:00
|
|
|
%{_mandir}/man8/genhomedircon.8.gz
|
|
|
|
%{_mandir}/man8/open_init_pty.8.gz
|
2005-08-02 16:57:45 +00:00
|
|
|
%{_mandir}/man8/run_init.8.gz
|
|
|
|
%{_mandir}/man1/audit2allow.1.gz
|
2004-09-09 10:33:59 +00:00
|
|
|
%{_mandir}/man1/newrole.1.gz
|
|
|
|
%config %{_sysconfdir}/pam.d/newrole
|
|
|
|
%config %{_sysconfdir}/pam.d/run_init
|
2004-09-09 10:34:37 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
2004-09-09 10:33:59 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-10-06 19:11:25 +00:00
|
|
|
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Fixed warnings in load_policy.
|
|
|
|
* Rewrote load_policy to use the new selinux_mkload_policy()
|
|
|
|
interface provided by libselinux.
|
|
|
|
|
2005-10-05 14:45:40 +00:00
|
|
|
* Wed Oct 5 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-2
|
|
|
|
- Rebuild with newer libararies
|
|
|
|
|
|
|
|
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
|
2005-09-29 01:11:47 +00:00
|
|
|
- Update to match NSA
|
|
|
|
* Merged patch to update semodule to the new libsemanage API
|
|
|
|
and improve the user interface from Karl MacMillan (Tresys).
|
|
|
|
* Modified semodule for the create/connect API split.
|
|
|
|
|
2005-09-28 14:41:10 +00:00
|
|
|
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-2
|
|
|
|
- More fixes to stop find from following nfs paths
|
|
|
|
|
2005-09-21 18:10:15 +00:00
|
|
|
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged run_init open_init_pty bug fix from Manoj Srivastava
|
|
|
|
(unblock SIGCHLD). Bug reported by Erich Schubert.
|
|
|
|
|
2005-09-21 01:20:47 +00:00
|
|
|
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged error shadowing bug fix for restorecon from Dan Walsh.
|
|
|
|
* Merged setfiles usage/man page update for -r option from Dan Walsh.
|
|
|
|
* Merged fixfiles -C patch to ignore :s0 addition on update
|
|
|
|
to a MCS/MLS policy from Dan Walsh.
|
|
|
|
|
2005-09-15 20:02:48 +00:00
|
|
|
* Thu Sep 15 2005 Dan Walsh <dwalsh@redhat.com> 1.26-3
|
|
|
|
- Add chcat script for use with chcon.
|
|
|
|
|
2005-09-13 16:38:52 +00:00
|
|
|
* Tue Sep 13 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
|
|
|
|
- Fix restorecon to exit with error code
|
|
|
|
|
2005-09-12 20:37:18 +00:00
|
|
|
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-1
|
|
|
|
* Updated version for release.
|
|
|
|
|
2005-09-06 21:19:01 +00:00
|
|
|
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 1.25.9-2
|
|
|
|
- Add prereq for mount command
|
|
|
|
|
2005-09-01 16:17:38 +00:00
|
|
|
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.9-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Changed setfiles -c to translate the context to raw format
|
|
|
|
prior to calling libsepol.
|
|
|
|
|
|
|
|
* Fri Aug 26 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-3
|
|
|
|
- Use new version of libsemange and require it for install
|
|
|
|
|
|
|
|
* Fri Aug 26 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-2
|
|
|
|
- Ignore s0 in file context
|
|
|
|
|
2005-08-25 20:44:24 +00:00
|
|
|
* Thu Aug 25 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged patch for fixfiles -C from Dan Walsh.
|
|
|
|
|
2005-08-23 18:49:21 +00:00
|
|
|
* Tue Aug 23 2005 Dan Walsh <dwalsh@redhat.com> 1.25.6-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged fixes for semodule_link and sestatus from Serge Hallyn (IBM).
|
|
|
|
Bugs found by Coverity.
|
|
|
|
|
2005-08-22 21:27:16 +00:00
|
|
|
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-3
|
|
|
|
- Fix fixfiles to call sort -u followed by sort -d.
|
|
|
|
|
2005-08-17 16:26:54 +00:00
|
|
|
* Wed Aug 17 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-2
|
|
|
|
- Change fixfiles to ignore /home directory on updates
|
|
|
|
|
2005-08-06 01:40:07 +00:00
|
|
|
* Fri Aug 5 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
|
2005-08-06 01:38:19 +00:00
|
|
|
- Update to match NSA
|
|
|
|
* Merged patch to move module read/write code from libsemanage
|
|
|
|
to libsepol from Jason Tang (Tresys).
|
|
|
|
|
2005-08-02 16:57:45 +00:00
|
|
|
* Thu Jul 28 2005 Dan Walsh <dwalsh@redhat.com> 1.25.4-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Changed semodule* to link with libsemanage.
|
|
|
|
|
|
|
|
* Wed Jul 27 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
|
2005-07-27 14:05:30 +00:00
|
|
|
- Update to match NSA
|
|
|
|
* Merged restorecon patch from Ivan Gyurdiev.
|
|
|
|
|
|
|
|
* Mon Jul 18 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged load_policy, newrole, and genhomedircon patches from Red Hat.
|
|
|
|
|
2005-07-07 10:59:34 +00:00
|
|
|
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.25.1-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged loadable module support from Tresys Technology.
|
|
|
|
|
2005-06-29 20:10:11 +00:00
|
|
|
* Wed Jun 29 2005 Dan Walsh <dwalsh@redhat.com> 1.24-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Updated version for release.
|
|
|
|
|
2005-06-14 17:02:07 +00:00
|
|
|
* Tue Jun 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-4
|
|
|
|
- Fix Ivan's patch for user role changes
|
|
|
|
|
2005-05-28 05:29:19 +00:00
|
|
|
* Sat May 28 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-3
|
|
|
|
- Add Ivan's patch for user role changes in genhomedircon
|
|
|
|
|
2005-05-26 14:52:39 +00:00
|
|
|
* Thu May 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-2
|
|
|
|
- Fix warning message on reload of booleans
|
|
|
|
|
2005-07-07 10:59:34 +00:00
|
|
|
|
2005-05-20 17:22:30 +00:00
|
|
|
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Merged fixfiles and newrole patch from Dan Walsh.
|
|
|
|
* Merged audit2why man page from Dan Walsh.
|
|
|
|
|
2005-05-19 16:56:55 +00:00
|
|
|
* Thu May 19 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-2
|
|
|
|
- Add call to pam_acct_mgmt in newrole.
|
|
|
|
|
2005-05-17 12:38:08 +00:00
|
|
|
* Tue May 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Extended audit2why to incorporate booleans and local user
|
|
|
|
settings when analyzing audit messages.
|
|
|
|
|
2005-05-16 20:32:42 +00:00
|
|
|
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.23.9-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Updated audit2why for sepol_ prefixes on Flask types to
|
|
|
|
avoid namespace collision with libselinux, and to
|
|
|
|
include <selinux/selinux.h> now.
|
|
|
|
|
2005-05-13 19:32:32 +00:00
|
|
|
* Fri May 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.8-1
|
|
|
|
- Fix fixfiles to accept -f
|
|
|
|
- Update to match NSA
|
|
|
|
* Added audit2why utility.
|
|
|
|
|
2005-04-29 18:13:25 +00:00
|
|
|
* Fri Apr 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-1
|
2005-04-29 14:55:24 +00:00
|
|
|
- Change -f flag in fixfiles to remove stuff from /tmp
|
|
|
|
- Change -F flag to pass -F flag to restorecon/fixfiles. (IE Force relabel).
|
|
|
|
|
2005-04-14 20:32:36 +00:00
|
|
|
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23.6-1
|
|
|
|
- Update to match NSA
|
|
|
|
* Fixed signed/unsigned pointer bug in load_policy.
|
|
|
|
* Reverted context validation patch for genhomedircon.
|
|
|
|
|
2005-04-13 15:43:57 +00:00
|
|
|
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.5-1
|
|
|
|
- Update to match NSA
|
2005-04-14 20:32:36 +00:00
|
|
|
* Reverted load_policy is_selinux_enabled patch from Dan Walsh.
|
|
|
|
Otherwise, an initial policy load cannot be performed using
|
|
|
|
load_policy, e.g. for anaconda.
|
|
|
|
|
2005-04-13 15:43:57 +00:00
|
|
|
|
2005-04-11 21:26:18 +00:00
|
|
|
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-3
|
|
|
|
- remove is_selinux_enabled check from load_policy (Bad idea)
|
2005-04-11 20:47:37 +00:00
|
|
|
|
2005-04-11 20:08:36 +00:00
|
|
|
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-1
|
|
|
|
- Update to version from NSA
|
|
|
|
* Merged load_policy is_selinux_enabled patch from Dan Walsh.
|
|
|
|
* Merged restorecon verbose output patch from Dan Walsh.
|
|
|
|
* Merged setfiles altroot patch from Chris PeBenito.
|
|
|
|
|
2005-04-07 21:09:22 +00:00
|
|
|
* Thu Apr 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23.3-2
|
|
|
|
- Don't run load_policy on a non SELinux kernel.
|
|
|
|
|
2005-04-06 13:53:13 +00:00
|
|
|
* Wed Apr 6 2005 Dan Walsh <dwalsh@redhat.com> 1.23.3-1
|
|
|
|
- Update to version from NSA
|
|
|
|
* Merged context validation patch for genhomedircon from Eric Paris.
|
|
|
|
- Fix verbose output of restorecon
|
|
|
|
|
2005-03-17 17:44:20 +00:00
|
|
|
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-1
|
|
|
|
- Update to version from NSA
|
|
|
|
* Changed setfiles -c to call set_matchpathcon_flags(3) to
|
|
|
|
turn off processing of .homedirs and .local.
|
|
|
|
|
2005-03-15 13:49:41 +00:00
|
|
|
* Tue Mar 15 2005 Dan Walsh <dwalsh@redhat.com> 1.23.1-1
|
|
|
|
- Update to released version from NSA
|
|
|
|
* Merged rewrite of genhomedircon by Eric Paris.
|
|
|
|
* Changed fixfiles to relabel jfs since it now supports security xattrs
|
|
|
|
(as of 2.6.11). Removed reiserfs until 2.6.12 is released with
|
|
|
|
fixed support for reiserfs and selinux.
|
|
|
|
|
2005-03-10 19:27:18 +00:00
|
|
|
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-2
|
2005-03-10 14:41:31 +00:00
|
|
|
- Update to released version from NSA
|
|
|
|
- Patch genhomedircon to handle passwd in different places.
|
|
|
|
|
2005-03-09 15:40:39 +00:00
|
|
|
* Wed Mar 9 2005 Dan Walsh <dwalsh@redhat.com> 1.21.22-2
|
|
|
|
- Fix genhomedircon to not put bad userad error in file_contexts.homedir
|
|
|
|
|
2005-03-08 19:07:55 +00:00
|
|
|
* Tue Mar 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.22-1
|
|
|
|
- Cleanup error reporting
|
|
|
|
|
2005-03-02 04:06:33 +00:00
|
|
|
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.21-1
|
|
|
|
* Merged load_policy and genhomedircon patch from Dan Walsh.
|
|
|
|
|
2005-02-28 19:52:03 +00:00
|
|
|
* Mon Feb 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.20-3
|
|
|
|
- Fix genhomedircon to add extr "\n"
|
|
|
|
|
2005-02-25 20:11:44 +00:00
|
|
|
* Fri Feb 24 2005 Dan Walsh <dwalsh@redhat.com> 1.21.20-2
|
|
|
|
- Fix genhomedircon to handle blank users
|
|
|
|
|
2005-02-25 18:52:27 +00:00
|
|
|
* Fri Feb 24 2005 Dan Walsh <dwalsh@redhat.com> 1.21.20-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
- Add call to libsepol
|
|
|
|
|
2005-02-24 19:08:17 +00:00
|
|
|
* Thu Feb 23 2005 Dan Walsh <dwalsh@redhat.com> 1.21.19-4
|
2005-02-24 18:23:58 +00:00
|
|
|
- Fix genhomedircon to handle root
|
2005-02-24 19:08:17 +00:00
|
|
|
- Fix fixfiles to better handle file system types
|
2005-02-24 18:23:58 +00:00
|
|
|
|
2005-02-23 14:44:50 +00:00
|
|
|
* Wed Feb 23 2005 Dan Walsh <dwalsh@redhat.com> 1.21.19-2
|
|
|
|
- Fix genhomedircon to handle spaces in SELINUXPOLICYTYPE
|
|
|
|
|
2005-02-22 21:42:14 +00:00
|
|
|
* Tue Feb 22 2005 Dan Walsh <dwalsh@redhat.com> 1.21.19-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Merged several fixes from Ulrich Drepper.
|
|
|
|
|
2005-02-21 14:28:25 +00:00
|
|
|
* Mon Feb 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.18-2
|
|
|
|
- Apply Uli patch
|
|
|
|
* The Makefiles should use the -Wall option even if compiled in beehive
|
|
|
|
* Add -W, too
|
|
|
|
* use -Werror when used outside of beehive. This could also be used unconditionally
|
|
|
|
* setfiles/setfiles.c: fix resulting warning
|
|
|
|
* restorecon/restorecon.c: Likewise
|
|
|
|
* run_init/open_init_pty.c: argc hasn't been checked, the program would crash if
|
|
|
|
called without parameters. ignore the return value of nice properly.
|
|
|
|
* run_init: don't link with -ldl lutil
|
|
|
|
* load_policy: that's the bad bug. pointer to unsigned int is passed, size_t is
|
|
|
|
written to. fails on 64-bit archs
|
|
|
|
* sestatus: signed vs unsigned problem
|
|
|
|
* newrole: don't link with -ldl
|
|
|
|
|
2005-02-19 13:19:21 +00:00
|
|
|
* Sat Feb 19 2005 Dan Walsh <dwalsh@redhat.com> 1.21.18-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Changed load_policy to fall back to the original policy upon
|
|
|
|
an error from sepol_genusers().
|
|
|
|
|
2005-02-18 00:39:08 +00:00
|
|
|
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.17-2
|
|
|
|
- Only restorecon on ext[23], reiser and xfs
|
|
|
|
|
2005-02-17 23:12:06 +00:00
|
|
|
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.17-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Merged new genhomedircon script from Dan Walsh.
|
|
|
|
* Changed load_policy to call sepol_genusers().
|
|
|
|
|
|
|
|
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.15-9
|
|
|
|
- Remove Red Hat rhpl usage
|
|
|
|
- Add back in original syntax
|
|
|
|
- Update man page to match new syntax
|
|
|
|
|
2005-02-11 21:54:08 +00:00
|
|
|
* Fri Feb 11 2005 Dan Walsh <dwalsh@redhat.com> 1.21.15-8
|
2005-02-11 13:31:34 +00:00
|
|
|
- Fix genhomedircon regular expression
|
2005-02-11 21:54:08 +00:00
|
|
|
- Fix exclude in restorecon
|
2005-02-11 13:31:34 +00:00
|
|
|
|
2005-02-11 05:56:10 +00:00
|
|
|
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.15-5
|
2005-02-10 23:57:43 +00:00
|
|
|
- Trap failure on write
|
2005-02-10 22:13:36 +00:00
|
|
|
- Rewrite genhomedircon to generate file_context.homedirs
|
2005-02-11 05:56:10 +00:00
|
|
|
- several passes
|
2005-02-10 22:13:36 +00:00
|
|
|
|
2005-02-10 13:45:56 +00:00
|
|
|
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.15-1
|
|
|
|
- Update from NSA
|
|
|
|
* Changed relabel Makefile target to use restorecon.
|
|
|
|
|
2005-02-09 15:07:08 +00:00
|
|
|
* Wed Feb 9 2005 Dan Walsh <dwalsh@redhat.com> 1.21.14-1
|
|
|
|
- Update from NSA
|
|
|
|
* Merged restorecon patch from Dan Walsh.
|
|
|
|
|
2005-02-08 18:33:19 +00:00
|
|
|
* Tue Feb 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.13-1
|
|
|
|
- Update from NSA
|
|
|
|
* Merged further change to fixfiles -C from Dan Walsh.
|
|
|
|
* Merged updated fixfiles script from Dan Walsh.
|
|
|
|
- Fix error handling of restorecon
|
|
|
|
|
|
|
|
|
2005-02-07 18:58:47 +00:00
|
|
|
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.21.12-2
|
|
|
|
- Fix sestatus for longer booleans
|
|
|
|
|
2005-02-02 22:25:03 +00:00
|
|
|
* Wed Feb 2 2005 Dan Walsh <dwalsh@redhat.com> 1.21.12-1
|
|
|
|
- More cleanup of fixfiles sed patch
|
|
|
|
* Merged further patches for restorecon/setfiles -e and fixfiles -C.
|
|
|
|
|
2005-02-02 17:58:48 +00:00
|
|
|
* Wed Feb 2 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-2
|
|
|
|
- More cleanup of fixfiles sed patch
|
|
|
|
|
|
|
|
* Mon Jan 31 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-1
|
2005-02-02 13:56:22 +00:00
|
|
|
- More cleanup of fixfiles sed patch
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Merged patch for open_init_pty from Manoj Srivastava.
|
|
|
|
|
2005-01-31 19:04:21 +00:00
|
|
|
* Fri Jan 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.9-1
|
|
|
|
- More cleanup of sed patch
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Merged updated fixfiles script from Dan Walsh.
|
|
|
|
* Merged updated man page for fixfiles from Dan Walsh and re-added unzipped.
|
|
|
|
* Reverted fixfiles patch for file_contexts.local;
|
|
|
|
obsoleted by setfiles rewrite.
|
|
|
|
* Merged error handling patch for restorecon from Dan Walsh.
|
|
|
|
* Merged semi raw mode for open_init_pty helper from Manoj Srivastava.
|
|
|
|
* Rewrote setfiles to use matchpathcon and the new interfaces
|
|
|
|
exported by libselinux (>= 1.21.5).
|
|
|
|
|
|
|
|
|
2005-01-28 21:07:49 +00:00
|
|
|
* Fri Jan 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.7-3
|
2005-01-28 20:43:44 +00:00
|
|
|
- Fix fixfiles patch
|
2005-01-28 16:21:25 +00:00
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Prevent overflow of spec array in setfiles.
|
|
|
|
- Add diff comparason between file_contexts to fixfiles
|
|
|
|
- Allow restorecon to give an warning on file not found instead of exiting
|
|
|
|
|
2005-01-27 15:07:13 +00:00
|
|
|
* Thu Jan 27 2005 Dan Walsh <dwalsh@redhat.com> 1.21.5-1
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Merged newrole -l support from Darrel Goeddel (TCS).
|
|
|
|
- Fix genhomedircon STARTING_UID
|
|
|
|
|
2005-01-26 16:33:56 +00:00
|
|
|
* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Merged fixfiles patch for file_contexts.local from Dan Walsh.
|
|
|
|
|
2005-01-24 17:39:30 +00:00
|
|
|
* Fri Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.3-2
|
|
|
|
- Temp file needs to be created in /etc/selinux/POLICYTYPE/contexts/files/ directory.
|
|
|
|
|
2005-01-24 16:26:39 +00:00
|
|
|
* Fri Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.3-1
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
* Fixed restorecon to not treat errors from is_context_customizable()
|
|
|
|
as a customizable context.
|
|
|
|
* Merged setfiles/restorecon patch to not reset user field unless
|
|
|
|
-F option is specified from Dan Walsh.
|
|
|
|
* Merged open_init_pty helper for run_init from Manoj Srivastava.
|
|
|
|
* Merged audit2allow and genhomedircon man pages from Manoj Srivastava.
|
|
|
|
|
2005-01-21 18:56:16 +00:00
|
|
|
* Fri Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-3
|
2005-01-21 18:22:40 +00:00
|
|
|
- Don't change user componant if it is all that changed unless forced.
|
2005-01-21 18:56:16 +00:00
|
|
|
- Change fixfiles to concatinate file_context.local for setfiles
|
2005-01-21 18:22:40 +00:00
|
|
|
|
2005-01-20 13:54:58 +00:00
|
|
|
* Thu Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
|
2005-01-10 18:18:41 +00:00
|
|
|
* Mon Jan 10 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-2
|
|
|
|
- Fix restorecon segfault
|
|
|
|
|
2005-01-07 14:46:02 +00:00
|
|
|
* Mon Jan 3 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Merged fixfiles rewrite from Dan Walsh.
|
|
|
|
* Merged restorecon patch from Dan Walsh.
|
|
|
|
|
2005-01-05 20:17:09 +00:00
|
|
|
* Mon Jan 3 2005 Dan Walsh <dwalsh@redhat.com> 1.19.3-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Merged fixfiles and restorecon patches from Dan Walsh.
|
|
|
|
* Don't display change if only user part changed.
|
|
|
|
|
2005-01-03 20:52:19 +00:00
|
|
|
* Mon Jan 3 2005 Dan Walsh <dwalsh@redhat.com> 1.19.2-4
|
2005-01-03 18:32:44 +00:00
|
|
|
- Fix fixfiles handling of rpm
|
2005-01-03 19:18:21 +00:00
|
|
|
- Fix restorecon to not warn on symlinks unless -v -v
|
|
|
|
- Fix output of verbose to show old context as well as new context
|
2005-01-03 18:32:44 +00:00
|
|
|
|
2004-12-29 17:19:57 +00:00
|
|
|
* Mon Dec 29 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Changed restorecon to ignore ENOENT errors from matchpathcon.
|
|
|
|
* Merged nonls patch from Chris PeBenito.
|
|
|
|
|
2004-12-20 14:22:16 +00:00
|
|
|
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
* Removed fixfiles.cron.
|
|
|
|
* Merged run_init.8 patch from Dan Walsh.
|
|
|
|
|
2004-11-18 16:11:15 +00:00
|
|
|
* Thu Nov 18 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-3
|
2004-11-18 15:20:19 +00:00
|
|
|
- Fix run_init.8 to refer to correct location of initrc_context
|
|
|
|
|
2004-11-03 20:51:55 +00:00
|
|
|
* Wed Nov 3 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
|
2004-10-28 15:22:58 +00:00
|
|
|
* Wed Oct 27 2004 Steve Grubb <sgrubb@redhat.com> 1.17.7-3
|
|
|
|
- Add code to sestatus to output the current policy from config file
|
|
|
|
|
2004-10-28 14:39:53 +00:00
|
|
|
* Fri Oct 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.7-2
|
|
|
|
- Patch audit2allow to return self and no brackets if only one rule
|
|
|
|
|
2004-10-26 15:20:59 +00:00
|
|
|
* Fri Oct 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.7-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
- Eliminate fixfiles.cron
|
|
|
|
|
2004-10-12 14:55:07 +00:00
|
|
|
* Tue Oct 12 2004 Dan Walsh <dwalsh@redhat.com> 1.17.6-2
|
|
|
|
- Only run fixfiles.cron once a week, and eliminate null message
|
|
|
|
|
2004-10-06 13:53:23 +00:00
|
|
|
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.6-1
|
|
|
|
- Update with NSA
|
|
|
|
* Added -l option to setfiles to log changes via syslog.
|
|
|
|
* Merged -e option to setfiles to exclude directories.
|
|
|
|
* Merged -R option to restorecon for recursive descent.
|
2004-10-01 22:39:03 +00:00
|
|
|
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-6
|
|
|
|
- Add -e (exclude directory) switch to setfiles
|
|
|
|
- Add syslog to setfiles
|
|
|
|
|
2004-09-24 23:24:42 +00:00
|
|
|
* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-5
|
|
|
|
- Add -R (recursive) switch to restorecon.
|
|
|
|
|
2004-09-23 16:40:36 +00:00
|
|
|
* Thu Sep 23 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-4
|
|
|
|
- Change to only display to terminal if tty is specified
|
|
|
|
|
2004-09-21 19:21:49 +00:00
|
|
|
* Tue Sep 21 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-3
|
|
|
|
- Only display to stdout if logfile not specified
|
|
|
|
|
2004-09-09 20:35:08 +00:00
|
|
|
* Mon Sep 9 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-2
|
|
|
|
- Add Steve Grubb patch to cleanup log files.
|
|
|
|
|
2004-09-09 10:39:04 +00:00
|
|
|
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
|
|
|
|
- Add optargs
|
|
|
|
- Update to match NSA
|
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
* Wed Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
|
|
|
|
- Add fix to get cdrom info from /proc/media in fixfiles.
|
|
|
|
|
|
|
|
* Wed Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-4
|
|
|
|
- Add Steve Grub patches for
|
|
|
|
* Fix fixfiles.cron MAILTO
|
|
|
|
* Several problems in sestatus
|
|
|
|
|
2004-09-09 10:38:51 +00:00
|
|
|
* Wed Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-3
|
|
|
|
- Add -q (quiet) qualifier to load_policy to not report warnings
|
|
|
|
|
|
|
|
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-2
|
2004-09-09 10:38:47 +00:00
|
|
|
- Add requires for libsepol >= 1.1.1
|
2004-09-09 10:38:51 +00:00
|
|
|
|
2004-09-09 10:38:47 +00:00
|
|
|
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
|
2004-09-09 10:38:32 +00:00
|
|
|
- Update to latest from upstream
|
|
|
|
|
2004-09-09 10:38:16 +00:00
|
|
|
* Mon Aug 23 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
- Includes Colin patch for verifying file_contexts
|
|
|
|
|
2004-09-09 10:38:12 +00:00
|
|
|
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.1-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
2004-09-09 10:38:01 +00:00
|
|
|
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.7-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
|
|
|
* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
|
|
|
|
- Add Man page for load_policy
|
|
|
|
|
2004-09-09 10:37:51 +00:00
|
|
|
* Tue Aug 10 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
|
|
|
|
- new version from NSA uses libsepol
|
|
|
|
|
2004-09-09 10:37:46 +00:00
|
|
|
* Mon Aug 2 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-2
|
|
|
|
- Fix genhomedircon join command
|
|
|
|
|
2004-09-09 10:37:36 +00:00
|
|
|
* Thu Jul 29 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 10:36:44 +00:00
|
|
|
* Mon Jul 26 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-4
|
|
|
|
- Change fixfiles to not change when running a check
|
|
|
|
|
2004-09-09 10:36:25 +00:00
|
|
|
* Tue Jul 20 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-3
|
|
|
|
- Fix restorecon getopt call to stop hang on IBM Arches
|
|
|
|
|
2004-09-09 10:36:21 +00:00
|
|
|
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-2
|
|
|
|
- Only mail files less than 100 lines from fixfiles.cron
|
|
|
|
- Add Russell's fix for genhomedircon
|
|
|
|
|
2004-09-09 10:36:04 +00:00
|
|
|
* Fri Jul 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
|
|
|
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-2
|
|
|
|
- Add ro warnings
|
|
|
|
|
2004-09-09 10:35:54 +00:00
|
|
|
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
- Fix fixfiles.cron to delete outfile
|
|
|
|
|
2004-09-09 10:35:41 +00:00
|
|
|
* Tue Jul 6 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-2
|
|
|
|
- Fix fixfiles.cron to not run on non SELinux boxes
|
2004-09-09 10:35:44 +00:00
|
|
|
- Fix several problems in fixfiles and fixfiles.cron
|
2004-09-09 10:35:41 +00:00
|
|
|
|
2004-09-09 10:35:33 +00:00
|
|
|
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
|
|
|
|
- Update from NSA
|
|
|
|
- Add cron capability to fixfiles
|
|
|
|
|
|
|
|
* Fri Jun 25 2004 Dan Walsh <dwalsh@redhat.com> 1.13.4-1
|
|
|
|
- Update from NSA
|
|
|
|
|
2004-09-09 10:35:19 +00:00
|
|
|
* Thu Jun 24 2004 Dan Walsh <dwalsh@redhat.com> 1.13.3-2
|
|
|
|
- Fix fixfiles to handle no rpm file on relabel
|
|
|
|
|
2004-09-09 10:35:15 +00:00
|
|
|
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 1.13.3-1
|
|
|
|
- Update latest from NSA
|
|
|
|
- Add -o option to setfiles to save output of any files with incorrect context.
|
|
|
|
|
|
|
|
* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1.13.2-2
|
|
|
|
- Add rpm support to fixfiles
|
|
|
|
- Update restorecon to add file input support
|
|
|
|
|
2004-09-09 10:35:12 +00:00
|
|
|
* Fri Jun 18 2004 Dan Walsh <dwalsh@redhat.com> 1.13.2-1
|
|
|
|
- Update with NSA Latest
|
|
|
|
|
2004-09-09 10:35:07 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:35:05 +00:00
|
|
|
* Sat Jun 12 2004 Dan Walsh <dwalsh@redhat.com> 1.13.1-2
|
|
|
|
- Fix run_init to use policy formats
|
|
|
|
|
|
|
|
* Wed Jun 2 2004 Dan Walsh <dwalsh@redhat.com> 1.13.1-1
|
|
|
|
- Update from NSA
|
|
|
|
|
2004-09-09 10:35:00 +00:00
|
|
|
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.13-3
|
|
|
|
- Change location of file_context file
|
|
|
|
|
2004-09-09 10:34:58 +00:00
|
|
|
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.13-2
|
|
|
|
- Change to use /etc/sysconfig/selinux to determine location of policy files
|
|
|
|
|
2004-09-09 10:34:56 +00:00
|
|
|
* Fri May 21 2004 Dan Walsh <dwalsh@redhat.com> 1.13-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
- Change fixfiles to prompt before deleteing /tmp files
|
|
|
|
|
|
|
|
* Tue May 18 2004 Dan Walsh <dwalsh@redhat.com> 1.12-2
|
|
|
|
- have restorecon ingnore <<none>>
|
|
|
|
- Hand matchpathcon the file status
|
|
|
|
|
|
|
|
* Thu May 14 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
|
|
|
|
- Update to match NSA
|
|
|
|
|
|
|
|
* Mon May 10 2004 Dan Walsh <dwalsh@redhat.com> 1.11-4
|
|
|
|
- Move location of log file to /var/tmp
|
|
|
|
|
|
|
|
* Mon May 10 2004 Dan Walsh <dwalsh@redhat.com> 1.11-3
|
|
|
|
- Better grep command for bind
|
|
|
|
|
2004-09-09 10:34:37 +00:00
|
|
|
* Fri May 7 2004 Dan Walsh <dwalsh@redhat.com> 1.11-2
|
|
|
|
- Eliminate bind and context mounts
|
|
|
|
|
|
|
|
* Wed May 5 2004 Dan Walsh <dwalsh@redhat.com> 1.11-1
|
|
|
|
- update to match NSA
|
|
|
|
|
|
|
|
* Wed Apr 28 2004 Dan Walsh <dwalsh@redhat.com> 1.10-4
|
|
|
|
- Log fixfiles to the /tmp directory
|
|
|
|
|
|
|
|
* Wed Apr 21 2004 Colin Walters <walters@redhat.com> 1.10-3
|
|
|
|
- Add patch to fall back to authenticating via uid if
|
|
|
|
the current user's SELinux user identity is the default
|
|
|
|
identity
|
|
|
|
- Add BuildRequires pam-devel
|
|
|
|
|
|
|
|
* Mon Apr 12 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
|
|
|
|
- Add man page, thanks to Richard Halley
|
|
|
|
|
|
|
|
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
|
|
|
|
- Upgrade to latest from NSA
|
|
|
|
|
|
|
|
* Fri Apr 2 2004 Dan Walsh <dwalsh@redhat.com> 1.9.2-1
|
|
|
|
- Update with latest from gentoo and NSA
|
|
|
|
|
|
|
|
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.9.1-1
|
|
|
|
- Check return codes in sestatus.c
|
|
|
|
|
|
|
|
* Mon Mar 29 2004 Dan Walsh <dwalsh@redhat.com> 1.9-19
|
|
|
|
- Fix sestatus to not double free
|
|
|
|
- Fix sestatus.conf to be unix format
|
|
|
|
|
|
|
|
* Mon Mar 29 2004 Dan Walsh <dwalsh@redhat.com> 1.9-18
|
|
|
|
- Warn on setfiles failure to relabel.
|
|
|
|
|
|
|
|
* Mon Mar 29 2004 Dan Walsh <dwalsh@redhat.com> 1.9-17
|
|
|
|
- Updated version of sestatus
|
|
|
|
|
|
|
|
* Mon Mar 29 2004 Dan Walsh <dwalsh@redhat.com> 1.9-16
|
|
|
|
- Fix fixfiles to checklabel properly
|
|
|
|
|
|
|
|
* Fri Mar 26 2004 Dan Walsh <dwalsh@redhat.com> 1.9-15
|
|
|
|
- add sestatus
|
|
|
|
|
|
|
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.9-14
|
|
|
|
- Change free call to freecon
|
|
|
|
- Cleanup
|
|
|
|
|
2004-09-09 10:34:14 +00:00
|
|
|
* Tue Mar 23 2004 Dan Walsh <dwalsh@redhat.com> 1.9-12
|
|
|
|
- Remove setfiles-assoc patch
|
|
|
|
- Fix restorecon to not crash on missing dir
|
|
|
|
|
|
|
|
* Thu Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-11
|
|
|
|
- Eliminate trailing / in restorecon
|
|
|
|
|
|
|
|
* Thu Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-10
|
|
|
|
- Add Verbosity check
|
|
|
|
|
|
|
|
* Thu Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-9
|
|
|
|
- Change restorecon to not follow symlinks. It is too difficult and confusing
|
|
|
|
- to figure out the file context for the file pointed to by a symlink.
|
|
|
|
|
|
|
|
* Wed Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-8
|
|
|
|
- Fix restorecon
|
|
|
|
* Wed Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-7
|
|
|
|
- Read restorecon patch
|
|
|
|
|
|
|
|
* Wed Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-6
|
|
|
|
- Change genhomedircon to take POLICYSOURCEDIR from command line
|
|
|
|
|
|
|
|
* Wed Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-5
|
|
|
|
- Add checkselinux
|
|
|
|
- move fixfiles and restorecon to /sbin
|
|
|
|
|
|
|
|
* Wed Mar 17 2004 Dan Walsh <dwalsh@redhat.com> 1.9-4
|
|
|
|
- Restore patch of genhomedircon
|
|
|
|
|
|
|
|
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.9-3
|
|
|
|
- Add setfiles-assoc patch to try to freeup memory use
|
|
|
|
|
|
|
|
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.9-2
|
|
|
|
- Add fixlabels
|
|
|
|
|
|
|
|
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.9-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-8
|
|
|
|
- Increase the size of buffer accepted by setfiles to BUFSIZ.
|
|
|
|
|
|
|
|
* Tue Mar 9 2004 Dan Walsh <dwalsh@redhat.com> 1.6-7
|
|
|
|
- genhomedircon should complete even if it can't read /etc/default/useradd
|
|
|
|
|
|
|
|
* Tue Mar 9 2004 Dan Walsh <dwalsh@redhat.com> 1.6-6
|
|
|
|
- fix restorecon to relabel unlabled files.
|
|
|
|
|
|
|
|
* Fri Mar 5 2004 Dan Walsh <dwalsh@redhat.com> 1.6-5
|
|
|
|
- Add genhomedircon from tresys
|
|
|
|
- Fixed patch for restorecon
|
|
|
|
|
|
|
|
* Thu Feb 26 2004 Dan Walsh <dwalsh@redhat.com> 1.6-4
|
|
|
|
- exit out when selinux is not enabled
|
|
|
|
|
|
|
|
* Thu Feb 26 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
|
|
|
|
- Fix minor bugs in restorecon
|
|
|
|
|
|
|
|
* Thu Feb 26 2004 Dan Walsh <dwalsh@redhat.com> 1.6-2
|
|
|
|
- Add restorecon c program
|
|
|
|
|
|
|
|
* Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
|
|
|
|
- Update to latest tarball from NSA
|
|
|
|
|
|
|
|
* Thu Feb 19 2004 Dan Walsh <dwalsh@redhat.com> 1.4-9
|
|
|
|
- Add sort patch
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:33:59 +00:00
|
|
|
* Thu Jan 29 2004 Dan Walsh <dwalsh@redhat.com> 1.4-7
|
|
|
|
- remove mods to run_init since init scripts don't require it anymore
|
|
|
|
|
|
|
|
* Wed Jan 28 2004 Dan Walsh <dwalsh@redhat.com> 1.4-6
|
|
|
|
- fix genhomedircon not to return and error
|
|
|
|
|
|
|
|
* Wed Jan 28 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
|
|
|
|
- add setfiles quiet patch
|
|
|
|
|
|
|
|
* Tue Jan 27 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
|
|
|
|
- add checkcon to verify context match file_context
|
|
|
|
|
|
|
|
* Wed Jan 7 2004 Dan Walsh <dwalsh@redhat.com> 1.4-3
|
|
|
|
- fix command parsing restorecon
|
|
|
|
|
|
|
|
* Tue Jan 6 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
|
|
|
|
- Add restorecon
|
|
|
|
|
|
|
|
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
|
|
|
|
- Update to latest NSA 1.4
|
|
|
|
|
|
|
|
* Tue Nov 25 2003 Dan Walsh <dwalsh@redhat.com> 1.2-9
|
|
|
|
- Change run_init.console to run as run_init_t
|
|
|
|
|
|
|
|
* Tue Oct 14 2003 Dan Walsh <dwalsh@redhat.com> 1.2-8
|
|
|
|
- Remove dietcc since load_policy is not in mkinitrd
|
|
|
|
- Change to use CONSOLEHELPER flag
|
|
|
|
|
|
|
|
* Tue Oct 14 2003 Dan Walsh <dwalsh@redhat.com> 1.2-7
|
|
|
|
- Don't authenticate run_init when used with consolehelper
|
|
|
|
|
|
|
|
* Wed Oct 01 2003 Dan Walsh <dwalsh@redhat.com> 1.2-6
|
|
|
|
- Add run_init consolehelper link
|
|
|
|
|
|
|
|
* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 1.2-5
|
|
|
|
- Add russell spead up patch to deal with file path stems
|
|
|
|
|
|
|
|
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 1.2-4
|
|
|
|
- Build load_policy with diet gcc in order to save space on initrd
|
|
|
|
|
|
|
|
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 1.2-3
|
|
|
|
- Update with NSA latest
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
|
|
|
|
- remove i18n
|
|
|
|
- Temp remove gtk support
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Dan Walsh <dwalsh@redhat.com> 1.1-4
|
|
|
|
- Remove wnck requirement
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Dan Walsh <dwalsh@redhat.com> 1.1-3
|
|
|
|
- Add gtk support to run_init
|
|
|
|
|
|
|
|
* Tue Aug 5 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
|
|
|
|
- Add internationalization
|
|
|
|
|
|
|
|
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
|
|
|
|
- Initial version
|
|
|
|
|