Skip to content

Commit 1a3dc60

Browse files
committed
Update Changelog and VERSION for release 2.20260616.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
1 parent 71a1938 commit 1a3dc60

2 files changed

Lines changed: 126 additions & 1 deletion

File tree

Changelog

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,128 @@
1+
* Tue Jun 16 2026 Chris PeBenito <pebenito@ieee.org> - 2.20260616
2+
Abhilasha Manna (2):
3+
virt: label libvirt hook scripts with dedicated exec type
4+
kernel: add kernel_read_transparent_hugepage_sysfs interface
5+
6+
Brett A C Sheffield (1):
7+
varnishd: update fcontexts for vinyl-cache rename
8+
9+
Chris PeBenito (54):
10+
build-setools.yml: Refactor to use the build-setools action from the
11+
SETools repo.
12+
Update GitHub actions to newest versions.
13+
ci: Remove unnecessary archiving in actions/upload-artifact.
14+
ci: Refactor to centralize global variables.
15+
build-userspace.yml. Use build action from selinux repo.
16+
irqbalance: v1.9.4 added namespacing in the systemd unit.
17+
18+
Christian Göttsche (2):
19+
Add new policy cababilities
20+
Add new kernel security class memfd_file and new kernel permissions
21+
22+
Clayton Casciato (1):
23+
userdomain: kernel_dontaudit_request_load_module for all users
24+
25+
Daniel Burgener (1):
26+
Add op-tee based tee supplicant policy
27+
28+
Dave Sugar (3):
29+
devices: Add label for /dev/isst_interface
30+
snmpd: snmpd doesn't seem to need dac_override capability
31+
fapolicyd: fix issue with tmpfs_t write
32+
33+
Gargi Misra (8):
34+
refpolicy: Added dontaudit on docker_t to manage /usr directory
35+
refpolicy: Added policy for rpcbind
36+
refpolicy: Added policy for systemd_user_runtime_dir_t to read tmp_t
37+
directory
38+
refpolicy: Added policy for modprob to read blacklist-video.conf lnk_file
39+
refpolicy: donotaudit rsyslogd for net_admin capability on self
40+
refpolicy: Addressing denial seen on alsa to allow write on event dev node
41+
systemd-coredum: Added sepolicy permission to read namespace file
42+
libvirt_leasesh: Added read and search permission on kernel sysctls
43+
44+
Henrik Lindström (2):
45+
systemd: Fix systemd-networkd /run/mount denial
46+
systemd: Fix denial on "systemctl restart systemd-networkd"
47+
48+
Jaihind Yadav (3):
49+
ping: allow execution and PTY access
50+
selinux: allow seatd to use unallocated TTYs
51+
selinux: allow ModemManager to send DBus messages to initrc_t.
52+
53+
Kemal Rasim Sh (1):
54+
container: Allow access to /etc/cdi for CDI configuration
55+
56+
Marc Schiffbauer (11):
57+
qemu: Add qemu_getattr interface
58+
qemu: Add qemu_write_state interface
59+
qemu: Add qemu_manage_image_symlinks interface
60+
qemu: Update incus support
61+
container: Add container_write_all_container_state interface
62+
virt: Add virt_relabel_images interface
63+
incus: Fix start of virtual networking in incus >=6.15
64+
incus: Add incus_entry_type interface
65+
incus: Allow setting of per instance oom_score_adj
66+
selinux: Add selinux_read_fs interface
67+
incus: Update module to reflect new incus selinux support
68+
69+
Rahul Sandhu (2):
70+
newrole_t, run_init_t: call auth_run_pam()
71+
matrixd: gatekeep postgresql calls in an optional policy block
72+
73+
Russell Coker (12):
74+
https://picasa.google.com/
75+
Add boolean user_ptrace to allow user domains to strace themselves
76+
apt_dpkg_strict (#1131)
77+
tor_pluggable_transports2 (#1133)
78+
fsadm (#1129)
79+
btrfs (#1144)
80+
Label /dev/i2c-* devices and add boolean to allow user access (EG for DDC)
81+
Changed paths to /var/lib/boinc-client.
82+
Allow fwupdmgr_exec_t to be run by init scripts
83+
Allow network manager to use bpf for IPv4 collision detection, see the
84+
following:
85+
Added boolean smartmon_megaraid to allow smartd to create
86+
/dev/megaraid_sas_ioctl_node and other character devices labelled
87+
fixed_disk_device_t
88+
Allow fwupd to mmap generic cert files, and manage user runtime files.
89+
90+
Sam James (21):
91+
gpg: adapt to Gentoo's app-alternatives/gpg
92+
kernel: treat /efi similarly to /boot
93+
systemd: allow systemd-nsresourced to interact w/ bpf
94+
systemd: allow systemd-userwork to speak to systemd-machined
95+
systemd: allow user systemd-tmpfiles to setfscreate
96+
su: use auth_use_pam
97+
git: add type transitions for user home content
98+
authlogin: systemd reads /proc/sys/kernel/random/boot_id via nss
99+
systemd: allow resolved access to /etc/localtime
100+
systemd: resolved has a systemd-networkd hook
101+
authlogin: allow pam_domain to read /usr/share/pam
102+
corecommands: label /usr/share/pam/security/namespace.init as bin_t
103+
authlogin: guard auth_use_pam_systemd->dbus_system_bus_client calls with
104+
optional_policy
105+
sudo: guard auth_use_pam_systemd call
106+
sshd: guard dbus calls with optional_policy
107+
systemd: allow tmpfiles to setrlimit
108+
systemd: allow tmpfiles to relabel various unlabeled objects
109+
systemd: allow tmpfiles to handle auditd_log_t
110+
init: adapt to OpenRC changes
111+
portage: label /var/cache/binhost
112+
portage: label /etc/portage/gnupg
113+
114+
Sasi Kumar Maddineni (1):
115+
dmesg: allow dmesg_t access to init script stream sockets
116+
117+
Varun Singhal (1):
118+
Add SELinux policy support for Userspace Resource Manager (URM) (#1097)
119+
120+
Wenjia Zhang (1):
121+
tee_supplicant: Add necessary SELinux policy for qtee_supplicant
122+
123+
Yi Zhao (1):
124+
nfs: allow nfsd_t to create netlink_generic_socket
125+
1126
* Thu Mar 12 2026 Chris PeBenito <pebenito@ieee.org> - 2.20260312
2127
Amisha Jain (1):
3128
obexctl: Add sepolicy for obexctl to work in ssh

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.20260312
1+
2.20260616

0 commit comments

Comments
 (0)