forked from pool/policycoreutils
- Update to version 3.7 https://github.com/SELinuxProject/selinux/releases/tag/3.7 User-visible changes: * audit2allow -C for CIL output mode * sepolgen: adjust parse for refpolicy * Bugfixes: * fixfiles: drop unnecessary \ line endings * setfiles: avoid unsigned integer underflow * python/semanage: Do not sort local fcontext definitions * python/semanage: Allow modifying records on "add" - Refresh get_os_version.patch OBS-URL: https://build.opensuse.org/request/show/1184297 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/policycoreutils?expand=0&rev=187
11 lines
630 B
Diff
11 lines
630 B
Diff
Index: policycoreutils-2.8/Makefile
|
|
===================================================================
|
|
--- policycoreutils-2.8.orig/Makefile 2018-05-24 20:21:09.000000000 +0200
|
|
+++ policycoreutils-2.8/Makefile 2018-11-21 15:59:44.968384128 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
|
|
+SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll sepolicy audit2allow semanage sepolgen chcat semodule_expand semodule_link semodule_package
|
|
|
|
all install relabel clean indent:
|
|
@for subdir in $(SUBDIRS); do \
|