Petr Lautrbach
a269971399
policycoreutils-2.5-0.1.rc1
...
Update to upstream rc1 release 2016-01-07
2016-02-21 13:05:12 +01:00
Petr Lautrbach
0f840ce127
Require packages instead of files
...
/bin/sed move to /usr/bin/sed and it can happen for egrep in as well.
Therefore lets Require packages instead of their files
2016-02-10 10:22:52 +01:00
Fedora Release Engineering
dddf6be78a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 18:18:53 +00:00
Petr Lautrbach
a69630b7b6
policycoreutils-2.4-20.fc24
...
- Fix 'semanage permissive -l' subcommand (#1286325 )
- Several 'sepolicy gui' fixes (#1281309,#1281309,#1282382)
2015-12-14 20:38:46 +01:00
Petr Lautrbach
d0523c635c
policycoreutils-2.4-19.fc24
...
- Require at least one argument for 'semanage permissive -d' (#1255676 )
2015-11-17 08:40:18 +01:00
Petr Lautrbach
426d89c7eb
policycoreutils-2.4-18.fc24
...
- Improve sepolicy command line interface
- Fix sandbox to propagate specified MCS/MLS Security Level. (#1279006 )
- Fix 'audit2allow -R' (#1280418 )
2015-11-16 22:16:58 +01:00
Peter Robinson
70c2813895
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
2015-11-12 12:16:29 +00:00
Petr Lautrbach
25e044c4ee
policycoreutils-2.4-16
...
- policycoreutils-gui needs policycoreutils-python (#1279046 )
2015-11-09 09:07:26 +01:00
Robert Kuska
c315b4015b
Rebuilt for Python3.5 rebuild
2015-11-04 10:34:56 +01:00
Petr Lautrbach
73b8ccd58d
policycoreutils-2.4-14
...
- Revert the attempt to port -gui to GTK 3 (#1269328 , #1266059 )
2015-10-08 11:15:17 +02:00
Petr Lautrbach
f8062d58e4
policycoreutils-2.4-13
...
- newrole: Set keepcaps around setresuid calls
- newrole: Open stdin as read/write
2015-10-02 19:52:27 +02:00
Petr Lautrbach
90c72fdbb7
policycoreutils-2.4-12
2015-09-04 00:23:59 +02:00
Petr Lautrbach
3ee7654775
Fix several semanage issue ( #1247714 )
...
Fixes:
# semanage boolean -m --on polyinstantiation_enabled
ValueError: Boolean polyinstantiation_enabled is not defined
# semanage login -a -s staff_u -r s0-s0:c0.c1023 yeti
libsemanage.dbase_llist_query: could not query record value (No such
file or directory).
FileNotFoundError: [Errno 2] No such file or directory
2015-09-04 00:15:30 +02:00
Petr Lautrbach
d2c9993f24
Another two fixes related to Python 3
...
- policycoreutils/sepolicy: decode output from subprocess, if error
occurred (#1247039 )
- Use correct variable when creating a permissive domain
2015-09-03 23:49:39 +02:00
Petr Lautrbach
45b6c21434
policycoreutils-2.4-11
...
- audit2allow, audit2why - ignore setlocale errors (#1208529 )
2015-09-02 08:34:22 +02:00
Petr Lautrbach
6719f8ed42
policycoreutils-python3 to require checkpolicy' ( #1257730 )
2015-09-01 16:52:13 +02:00
Petr Lautrbach
27a1dde02d
policycoreutils-2.4-10
...
- Port sandbox to GTK 3 and fix issue with Xephyr
2015-08-21 17:19:30 +02:00
Petr Lautrbach
8e5935ed03
policycoreutils-2.4-9
...
- Fix another python3 issues mainly in sepolicy (#1247039,#1247575,#1251713)
- The functionality of audit2allow which was disabled in the previous
commit should be available again
2015-08-13 17:36:39 +02:00
Petr Lautrbach
d0392a9475
policycoreutils-2.4-8
...
- Fix multiple python3 issues in sepolgen (#1249388,#1247575,#1247564)
FIXME: some functionality of audit2allow was temporarily disabled until sepolicy is
ported to python 3
2015-08-06 18:00:07 +02:00
Petr Lautrbach
9ef0d2c14c
policycoreutils-python3 depends on python-IPy-python3
...
policycoreutils-2.4-7
2015-07-27 15:07:14 +02:00
Lukas Vrabec
9f8ae8aaaa
Add requires python-IPy-python3 package for policycoreutils-python3.
2015-07-27 14:51:33 +02:00
Petr Lautrbach
98befff199
policycoreutils-devel depends on policycoreutils-python-utils ( #1246818 )
...
policycoreutils-2.4-6
2015-07-27 10:02:17 +02:00
Petr Lautrbach
64bcc9bb50
policycoreutils-2.4-5.fc24\
...
- Move python utilities from -python to -python-utilities
- All scripts originally from policycoreutils-python use python 3 now
2015-07-24 17:28:25 +02:00
Petr Lautrbach
3c89d24456
Move python utilities from -python to -python-utilities
2015-07-24 17:27:03 +02:00
Petr Lautrbach
f26322759f
All scripts originally from policycoreutils-python use python 3 now
2015-07-24 17:26:50 +02:00
Petr Lautrbach
d1ae71004b
policycoreutils-2.4-4
...
- policycoreutils: semanage: fix moduleRecords deleteall method
2015-07-24 10:22:24 +02:00
Petr Lautrbach
ebb9f41c51
policycoreutils: semanage: fix moduleRecords deleteall method
...
commit 2ff279e21e4715ac49e094b5fae8bc8e84b9e417 ("policycoreutils:
semanage: update to new source policy infrastructure") introduced
new methods for enabling/disabling modules but failed to update
the deleteall method of class moduleRecords to use the new method.
The deleteall method was introduced by commit
3dafb1046d847783f1e761535925ea79d69d3305 ("Add deleteall customizations
field for modules.") as a way to re-enable all locally disabled modules.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
fedora-selinux/selinux.git:
ab77906ea96a10bcbefee06ab7d32af853d4cf33
adffc5e277f5c5a99771439f793b7aa91be59f31
2015-07-24 10:05:52 +02:00
Petr Lautrbach
8274ef3855
policycoreutils-2.4-3.fc24
...
- Improve compatibility with python 3
- Add sepolgen module to python3 package
2015-07-23 14:28:38 +02:00
Petr Lautrbach
2313540d11
Require audit-libs-python3 in policycoreutils-python3
2015-07-23 14:26:03 +02:00
Petr Lautrbach
056cb287fa
Improve compatibility with python 3
2015-07-23 14:24:40 +02:00
Ondrej Slamecka
8da01b879c
Add sepolgen module to python3 package
...
Signed-off-by: Ondrej Slamecka <oslameck@redhat.com>
2015-07-23 13:02:46 +02:00
Petr Lautrbach
afd6abb634
policycoreutils-2.4-2
...
- Add Python3 support for sepolgen module (#1125208,#1125209)
2015-07-21 16:16:39 +02:00
Petr Lautrbach
abb3fe419e
We need to conflict with selinux-policy-base
...
Conflict with selinux-policy causes deadlocks in buildroots when
there's no selinux-policy available. selinux-policy-base is provided by
targeted, mls and minimum subpackages which are not installed to
buildroots.
2015-07-21 10:55:11 +02:00
Petr Lautrbach
05e5724843
Upload sepolgen-1.2.2.tar.gz policycoreutils-2.4.tar.gz to the lookaside cache
2015-07-20 18:36:23 +02:00
Petr Lautrbach
3d60165989
Merge branch 'private-master-2.4'
...
policycoreutils-2.4-1
2015-07-20 18:34:55 +02:00
Petr Lautrbach
1f399f401e
policycoreutils conflicts with selinux-policy < 3.13.1-138 to enforce selinux-policy package update
2015-07-16 17:24:16 +02:00
Petr Lautrbach
5f7a92e79b
update from bachradsusi/selinux branch 2.4
...
policycoreutils-2.4-0.7
- Fix typo in semanage args for minimum policy store
2015-07-15 16:13:03 +02:00
Petr Lautrbach
4ec76c511d
Add a cosmetic new line
2015-07-15 16:07:22 +02:00
Petr Lautrbach
087b495201
update from bachradsusi/selinux branch 2.4
...
policycoreutils-2.4-0.6
- policycoreutils: semanage: update to new source policy infrastructure
- semanage: move permissive module creation to /tmp
2015-07-03 10:27:31 +02:00
Dennis Gilmore
d6200858a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-18 15:36:51 +00:00
Petr Lautrbach
4f439d2638
policycoreutils-2.4-0.5
2015-05-25 16:39:44 +02:00
Petr Lautrbach
dec177337d
- semanage_migrate_store: add -r <root> option for migrating inside chroots
...
- fixes needed for secadm_r and auditadm_r in MLS policy
2015-05-25 16:37:16 +02:00
Petr Lautrbach
6f0ed04ef2
policycoreutils-2.3-17
2015-05-06 10:57:46 +02:00
Petr Lautrbach
bee8c3ec5f
Update policycoreutils-rhat.patch from
...
4395ef2b8b
- setfiles/restorecon: fix -r/-R option
- fix -Wformat errors
2015-05-06 10:53:42 +02:00
Petr Lautrbach
be16d7c136
Update to upstream release 2.4 from https://github.com/bachradsusi/selinux.git branch 2.4
2015-04-13 13:55:14 +02:00
Petr Lautrbach
06e7b82eb9
policycoreutils-2.3-16
2015-02-24 17:05:28 +01:00
Petr Lautrbach
15238906cb
Simplication of sepolicy-manpage web functionality ( #1193552 )
...
system_release is no longer hardcoded and it creates only index.html and html man pages in the directory for the system release.
2015-02-24 17:02:35 +01:00
Petr Lautrbach
93602ec85a
Temporary removed Requires:audit-libs-python from policycoreutils-python3 subpackage ( #1195139 )
...
audit-libs-python is still python2 only and it's not used in -python3 subpackage right now anyway
2015-02-24 17:01:47 +01:00
Petr Lautrbach
8f1d11b7c0
policycoreutils-2.3-15.fc22
2015-02-02 17:23:15 +01:00
Petr Lautrbach
bb04b4de9b
Re-create policycoreutils-rhat.patch from
...
03cfe4ebfa
- We need to cover file_context.XXX.homedir to have fixfiles with exclude_dirs working correctly.
- use dnf instead of yum - rhbz#1156547
2015-02-02 17:21:15 +01:00