Go to file
2023-03-17 11:19:42 +00:00
_service Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
_servicedata Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
.gitattributes initial import 2008-07-22 09:56:50 +00:00
.gitignore initial import 2008-07-22 09:56:50 +00:00
booleans-minimum.conf Accepting request 833509 from home:jsegitz:branches:security:SELinux 2020-09-10 15:07:50 +00:00
booleans-mls.conf Accepting request 833509 from home:jsegitz:branches:security:SELinux 2020-09-10 15:07:50 +00:00
booleans-targeted.conf Accepting request 833509 from home:jsegitz:branches:security:SELinux 2020-09-10 15:07:50 +00:00
booleans.subs_dist Accepting request 734854 from home:jsegitz:branches:security:SELinux 2019-10-04 02:15:03 +00:00
container.fc Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
container.if Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
container.te Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
customizable_types OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
file_contexts.subs_dist OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=96 2021-03-12 07:59:19 +00:00
macros.selinux-policy Accepting request 825946 from home:kukuk:selinux 2020-08-20 10:56:43 +00:00
Makefile.devel OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
modules-minimum-base.conf Accepting request 914043 from home:akedroutek:branches:security:SELinux 2021-08-24 14:50:15 +00:00
modules-minimum-contrib.conf Accepting request 1035580 from home:jsegitz:branches:security:SELinux 2022-11-14 08:27:42 +00:00
modules-minimum-disable.lst Accepting request 734854 from home:jsegitz:branches:security:SELinux 2019-10-04 02:15:03 +00:00
modules-mls-base.conf Accepting request 734854 from home:jsegitz:branches:security:SELinux 2019-10-04 02:15:03 +00:00
modules-mls-contrib.conf Accepting request 734854 from home:jsegitz:branches:security:SELinux 2019-10-04 02:15:03 +00:00
modules-targeted-base.conf Accepting request 914043 from home:akedroutek:branches:security:SELinux 2021-08-24 14:50:15 +00:00
modules-targeted-contrib.conf Accepting request 1035580 from home:jsegitz:branches:security:SELinux 2022-11-14 08:27:42 +00:00
README.Update process easier in general. Updated README.Update 2023-03-17 11:19:42 +00:00
securetty_types-minimum OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
securetty_types-mls OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
securetty_types-targeted OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
selinux-policy-20230316.tar.xz Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
selinux-policy-rpmlintrc Accepting request 781805 from home:jsegitz:branches:security:SELinux 2020-03-05 10:13:59 +00:00
selinux-policy.changes process easier in general. Updated README.Update 2023-03-17 11:19:42 +00:00
selinux-policy.conf Accepting request 824841 from home:kukuk:selinux 2020-08-10 12:35:50 +00:00
selinux-policy.spec process easier in general. Updated README.Update 2023-03-17 11:19:42 +00:00
setrans-minimum.conf OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
setrans-mls.conf OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
setrans-targeted.conf OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=68 2018-11-27 09:16:35 +00:00
update.sh Accepting request 1072556 from home:jsegitz:branches:security:SELinux_final 2023-03-17 10:46:53 +00:00
users-minimum Accepting request 978296 from home:jsegitz:branches:security:SELinux 2022-05-20 14:53:12 +00:00
users-mls Accepting request 978296 from home:jsegitz:branches:security:SELinux 2022-05-20 14:53:12 +00:00
users-targeted Accepting request 978296 from home:jsegitz:branches:security:SELinux 2022-05-20 14:53:12 +00:00

# How to update this project

This project is updated using obs services.
The obs services pull from git repositories, which are specified in the `_service` file.
Please contribute all changes to the upstream git repositories listed there.

To update this project to the upstream versions, please make sure you installed these obs services locally:
```
sudo zypper in obs-service-tar_scm obs-service-recompress obs-service-set_version obs-service-download_files
```

Then, generate new tarballs, changelog and version number for this repository by running this command:
```
sh update.sh
```

Afterwards, please check your local project state and remove old tarballs if necessary.
Then proceed as usual with check-in and build.