18e735d Use separate patches instead of *-fedora.patch'es

Authored and Committed by plautrba 4 years ago
28 files changed. 6312 lines added. 1214 lines removed.
0001-gui-Install-polgengui.py-to-usr-bin-selinux-polgengu.patch
file added
+43
0002-gui-Install-.desktop-files-to-usr-share-applications.patch
file added
+49
0003-sandbox-add-reset-to-Xephyr-as-it-works-better-with-.patch
file added
+26
0004-Fix-STANDARD_FILE_CONTEXT-section-in-man-pages.patch
file added
+46
0005-If-there-is-no-executable-we-don-t-want-to-print-a-p.patch
file added
+27
0006-Simplication-of-sepolicy-manpage-web-functionality.-.patch
file added
+169
0007-We-want-to-remove-the-trailing-newline-for-etc-syste.patch
file added
+26
0008-Fix-title-in-manpage.py-to-not-contain-online.patch
file added
+25
0009-Don-t-be-verbose-if-you-are-not-on-a-tty.patch
file added
+24
0010-sepolicy-Drop-old-interface-file_type_is_executable-.patch
file added
+63
0011-sepolicy-Another-small-optimization-for-mcs-types.patch
file added
+53
0012-Move-po-translation-files-into-the-right-sub-directo.patch
file added
+515
0013-Use-correct-gettext-domains-in-python-gui-sandbox.patch
file added
+306
0014-Initial-.pot-files-for-gui-python-sandbox.patch
file added
+4532
0016-policycoreutils-setfiles-Improve-description-of-d-sw.patch
file added
+30
0017-sepolicy-generate-Handle-more-reserved-port-types.patch
file added
+71
0018-semodule-utils-Fix-RESOURCE_LEAK-coverity-scan-defec.patch
file added
+24
0019-sandbox-Use-matchbox-window-manager-instead-of-openb.patch
file added
+74
0020-python-Use-ipaddress-instead-of-IPy.patch
file added
+45
0021-python-semanage-Do-not-traceback-when-the-default-po.patch
file added
+93
policycoreutils-fedora.patch
file removed
-139
policycoreutils.spec
file modified
+71 -52
restorecond-fedora.patch
file removed
-0
selinux-dbus-fedora.patch
file removed
-0
selinux-gui-fedora.patch
file removed
-313
selinux-python-fedora.patch
file removed
-512
selinux-sandbox-fedora.patch
file removed
-186
semodule-utils-fedora.patch
file removed
-12
    Use separate patches instead of *-fedora.patch'es
    
    Using patches from git makes it clean which changes are included in Fedora
    
    New workflow:
    
    1. clone https://github.com/fedora-selinux/selinux
    2. create patchset
        $ git format-patch 20190315 -- policycoreutils python gui sandbox dbus semodule-utils restorecond
    3. update spec file
        $ for j in [0-9]*.patch; do printf "Patch%s: %s\n" ${j/-*/} $j; done
    
    	#	deleted:    restorecond-fedora.patch
    
        
file modified
+71 -52
file removed
-313