Commit Graph

15 Commits

Author SHA1 Message Date
Petr Lautrbach
254d17b34a SELinux userspace 3.11 release
Resolves: RHEL-179724
2026-07-10 17:52:48 +02:00
Petr Lautrbach
ef4edd927a policycoreutils-3.10-3
- Several sandbox and seunshare security improvements
Resolves: RHEL-175829
2026-05-25 18:24:33 +02:00
Petr Lautrbach
d5da37c390 policycoreutils-3.10-2
- restorecond.service: Use Type=simple
Resolves: RHEL-165247
2026-04-07 16:59:12 +02:00
Vit Mojzis
23f1664a75 SELinux userspace 3.10 release
Resolves: RHEL-144828
2026-02-06 17:04:25 +01:00
Petr Lautrbach
44dd526f21 Make rpm a weak dependency
The goal is to allow systems based on bootc without rpm installed.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2338647
2026-02-06 16:31:56 +01:00
Vit Mojzis
f70418328b policycoreutils-3.9-3
- restorecon: Add option to count relabeled files

Note:
 Patch0009 needs to also contain diff for libselinux because of updated
 header files (Makefile uses -I../../libselinux/include)

Resolves: RHEL-94827
2026-01-27 00:19:39 +01:00
Vit Mojzis
f46b044e34 policycoreutils-3.9-2
- semanage: Reset active value when deleting boolean customizations (RHEL-111421)
- setfiles: Add -A option to disable SELINUX_RESTORECON_ADD_ASSOC (RHEL-111505)

Resolves: RHEL-111421, RHEL-111505
2025-10-07 20:48:35 +02:00
Petr Lautrbach
ca66da29cd SELinux userspace 3.9 release
Resolves: RHEL-104006
2025-07-24 17:06:05 +02:00
Petr Lautrbach
fd64e57934 SELinux userspace 3.9-rc2 release
Related: RHEL-104006
2025-07-24 17:06:05 +02:00
Petr Lautrbach
e9c707725b policycoreutils-3.8-2
- sepolicy: Fix detection of writeable locations

Resolves: RHEL-54020
2025-05-10 20:26:53 +02:00
Petr Lautrbach
ab65847616 SELinux userspace 3.8 release
Resolves: RHEL-69451
Resolves: RHEL-67906
2025-01-31 10:44:10 +01:00
Petr Lautrbach
3ef58364ed SELinux userspace 3.8-rc3 release
Resolves: RHEL-69451
Resolves: RHEL-67906
2024-12-20 07:25:25 +01:00
Petr Lautrbach
fd6d085cb2 SELinux userspace 3.8-rc1 release
Resolves: RHEL-69451
Resolves: RHEL-67906
2024-12-06 09:38:04 +01:00
Petr Lautrbach
ab1421e02c sepolgen-ifgen: allow M4 escaped filenames
When a file name in type transition rule used in an interface is same as
a keyword, it needs to be M4 escaped so that the keyword is not expanded
by M4, e.g.

-	filetrans_pattern($1, virt_var_run_t, virtinterfaced_var_run_t, dir, "interface")
+	filetrans_pattern($1, virt_var_run_t, virtinterfaced_var_run_t, dir, "``interface''")

But sepolgen-ifgen could not parse such string:

    # sepolgen-ifgen
    Illegal character '`'

This change allows M4 escaping inside quoted strings and fixed described
problem.

https://bugzilla.redhat.com/show_bug.cgi?id=2254206

Resolves: RHEL-45544
2024-08-20 19:04:31 +02:00
Petr Lautrbach
c3b4e1a0d4 Move changelog to changelog and use %autochangelog
https://docs.pagure.org/Fedora-Infra.rpmautospec/autochangelog.html

`rpmautospec generate-changelog` can be used to preview how the
generated changelog will look

[skip changelog]

Related: RHEL-40233
2024-06-28 22:27:52 +02:00