SELinux policy configuration
Go to file
Milos Malik 95f948b470 improve the Tier1 test plan
To avoid known failures, do not run the tests which have the
failinfedora tag.
To make more tests working, enable the EPEL repository too.
2023-11-03 20:58:29 +01:00
.fmf Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
plans improve the Tier1 test plan 2023-11-03 20:58:29 +01:00
.gitignore * Wed Oct 04 2023 Lukas Vrabec <lvrabec@redhat.com> - 3.14.3-130 2023-10-04 13:20:31 +02:00
booleans-minimum.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
booleans-mls.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
booleans-targeted.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
booleans.subs_dist Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
COPYING Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
customizable_types Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
file_contexts.subs_dist Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
gating.yaml Bring gating.yaml over from Brew dist-git 2023-03-10 11:25:41 -08:00
make-rhat-patches.sh * Fri Sep 29 2023 Lukas Vrabec <lvrabec@redhat.com> - 3.14.3-129 2023-09-29 20:44:20 +02:00
Makefile Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
Makefile.devel Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
modules-minimum.conf Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
modules-mls-base.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
modules-mls-contrib.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
modules-targeted-base.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
modules-targeted-contrib.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
modules-targeted.conf Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
permissivedomains.cil Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
README Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
rpm.macros Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
securetty_types-minimum Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
securetty_types-mls Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
securetty_types-targeted Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
selinux-factory-reset Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
selinux-factory-reset@.service Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
selinux-policy.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
selinux-policy.spec * Wed Oct 04 2023 Lukas Vrabec <lvrabec@redhat.com> - 3.14.3-130 2023-10-04 13:20:31 +02:00
setrans-minimum.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
setrans-mls.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
setrans-targeted.conf Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
seusers Synchronize the repo content with the previous state 2023-04-13 21:02:31 +02:00
sources * Wed Oct 04 2023 Lukas Vrabec <lvrabec@redhat.com> - 3.14.3-130 2023-10-04 13:20:31 +02:00
users-minimum Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
users-mls Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00
users-targeted Auto sync2gitlab import of selinux-policy-3.14.3-95.el8.src.rpm 2022-05-26 14:23:57 -04:00

## Build process

1. clone [SELinux/selinux-policy](https://gitlab.cee.redhat.com/SELinux/selinux-policy) repository
	
		$ cd ~/devel/github
		$ git clone git@gitlab.cee.redhat.com:SELinux/selinux-policy.git
		$ cd selinux-policy

2. create, backport, cherry-pick needed changes to a particular branch and push them

3. clone **selinux-policy** dist-git repository

		$ cd ~/devel/dist-git
		$ rhpkg clone selinux-policy 
		$ cd selinux-policy

4. Download the latest snaphots from selinux-policy and selinux-policy-contrib github repositories

        $ ./make-rhat-patches.sh

5. add changes to the dist-git repository, bump release, create a changelog entry, commit and push
6. build the package
	
         $ rhpkg build