Random fixes for sepolicy gui

* Do not prompt for password until you make a change
  * Add user mappings and selinux users page
  * lots of code cleanup
This commit is contained in:
Dan Walsh 2013-09-11 09:45:00 -04:00
parent 05a4073c77
commit 0a77d12b6f
2 changed files with 4375 additions and 2408 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.1.14
Release: 75%{?dist}
Release: 80%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@ -120,6 +120,8 @@ an SELinux environment.
%dir %{python_sitearch}/sepolicy
%{python_sitearch}/sepolicy/*so
%{python_sitearch}/sepolicy/templates
%{python_sitearch}/sepolicy/help
%{python_sitearch}/sepolicy/help/*
%{python_sitearch}/sepolicy/__init__.py*
%{python_sitearch}/sepolicy/booleans.py*
%{python_sitearch}/sepolicy/communicate.py*
@ -141,7 +143,7 @@ an SELinux environment.
%{_datadir}/system-config-selinux/selinux_server.py
%{_datadir}/dbus-1/system-services/org.selinux.service
%{_datadir}/polkit-1/actions/org.selinux.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.config.selinux.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.config.selinux.policy
%{_datadir}/bash-completion/completions/semanage
%{_datadir}/bash-completion/completions/setsebool
@ -230,7 +232,6 @@ system-config-selinux is a utility for managing the SELinux environment
%{_datadir}/applications/selinux-polgengui.desktop
%{_datadir}/icons/hicolor/24x24/apps/system-config-selinux.png
%{_datadir}/pixmaps/system-config-selinux.png
%{_datadir}/polkit-1/actions/org.selinux.policy
%dir %{_datadir}/system-config-selinux
%{_datadir}/system-config-selinux/system-config-selinux.png
%{_datadir}/system-config-selinux/*.py*
@ -335,7 +336,33 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service
%changelog
* Wed Aug 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-75
* Wed Sep 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-80
- Random fixes for sepolicy gui
* Do not prompt for password until you make a change
* Add user mappings and selinux users page
* lots of code cleanup
- Verify homedir is owned by user before mounting over it with seunshare
- Fix fixfiles to handle Relabel properly
- Fix semanage fcontext -e / command to allow "/"
* Wed Sep 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-79
- Add Miroslav Grepl setsebool patch to give better error message on bad boolean names
- Additional help screens for sepolicy gui
* Tue Sep 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-78
- Random fixes for sepolicy gui
- Update Translations
* Fri Aug 30 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-77
- Add help screens for each page
- Fixes for system page
* Mon Aug 26 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-76
- Add Miroslav Grepl Patch to handle semanage -i and semanage -o better
- Update Translations
* Thu Aug 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-75
- Update sepolicy gui code, cleanups and add file transition tab
- Fix semanage fcontext -a --ftype code to work.