1
0
Go to file
Ana Guerrero 33c24240a2 Accepting request 1199629 from security:SELinux
- Update to version 20240905:
  * Allow coreos-installer-generator manage mdadm_conf_t files
  * Allow setsebool_t relabel selinux data files
  * Allow virtqemud relabelfrom virtqemud_var_run_t dirs
  * Use better escape method for "interface"
  * Allow init and systemd-logind to inherit fds from sshd
  * Allow systemd-ssh-generator read sysctl files
  * Sync modules.conf with Fedora targeted modules
  * Allow virtqemud relabel user tmp files and socket files
  * Add missing sys_chroot capability to groupadd policy
  * Label /run/libvirt/qemu/channel with virtqemud_var_run_t
  * Allow virtqemud relabelfrom also for file and sock_file
  * Add virt_create_log() and virt_write_log() interfaces
  - Sync modules-targeted-contrib.conf with Fedora targeted modules.conf

OBS-URL: https://build.opensuse.org/request/show/1199629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-policy?expand=0&rev=78
2024-09-10 19:12:21 +00:00
_service - Update to version 20240905: 2024-09-09 08:08:07 +00:00
_servicedata - Update to version 20240905: 2024-09-09 08:08:07 +00:00
.gitattributes - Update to version 20240905: 2024-09-09 08:08:07 +00:00
.gitignore - Update to version 20240905: 2024-09-09 08:08:07 +00:00
booleans-minimum.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
booleans-mls.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
booleans-targeted.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
booleans.subs_dist - Update to version 20240905: 2024-09-09 08:08:07 +00:00
container.fc - Update to version 20240905: 2024-09-09 08:08:07 +00:00
container.if - Update to version 20240905: 2024-09-09 08:08:07 +00:00
container.te - Update to version 20240905: 2024-09-09 08:08:07 +00:00
customizable_types - Update to version 20240905: 2024-09-09 08:08:07 +00:00
debug-build.sh - Update to version 20240905: 2024-09-09 08:08:07 +00:00
file_contexts.subs_dist - Update to version 20240905: 2024-09-09 08:08:07 +00:00
macros.selinux-policy - Update to version 20240905: 2024-09-09 08:08:07 +00:00
Makefile.devel - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-minimum-base.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-minimum-contrib.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-minimum-disable.lst - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-mls-base.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-mls-contrib.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-targeted-base.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
modules-targeted-contrib.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
README.Update - Update to version 20240905: 2024-09-09 08:08:07 +00:00
securetty_types-minimum - Update to version 20240905: 2024-09-09 08:08:07 +00:00
securetty_types-mls - Update to version 20240905: 2024-09-09 08:08:07 +00:00
securetty_types-targeted - Update to version 20240905: 2024-09-09 08:08:07 +00:00
selinux-policy-20240905.tar.xz - Update to version 20240905: 2024-09-09 08:08:07 +00:00
selinux-policy-rpmlintrc - Update to version 20240905: 2024-09-09 08:08:07 +00:00
selinux-policy.changes - Update to version 20240905: 2024-09-09 08:08:07 +00:00
selinux-policy.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
selinux-policy.spec - Update to version 20240905: 2024-09-09 08:08:07 +00:00
setrans-minimum.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
setrans-mls.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
setrans-targeted.conf - Update to version 20240905: 2024-09-09 08:08:07 +00:00
update.sh - Update to version 20240905: 2024-09-09 08:08:07 +00:00
users-minimum - Update to version 20240905: 2024-09-09 08:08:07 +00:00
users-mls - Update to version 20240905: 2024-09-09 08:08:07 +00:00
users-targeted - Update to version 20240905: 2024-09-09 08:08:07 +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.