Skip to content

Commit 2152e9b

Browse files
committed
Update Changelog and VERSION for release 2.20240916.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
1 parent 85eb2a7 commit 2152e9b

2 files changed

Lines changed: 137 additions & 1 deletion

File tree

Changelog

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,139 @@
1+
* Mon Sep 16 2024 Chris PeBenito <pebenito@ieee.org> - 2.20240916
2+
Amisha Jain (1):
3+
Sepolicy changes for bluez to access uhid
4+
5+
Chris PeBenito (54):
6+
uml: Remove excessive access from user domains on uml_exec_t.
7+
cron: Use raw entrypoint rule for system_cronjob_t.
8+
docker: Fix dockerc typo in container_engine_executable_file
9+
minissdpd: Revoke kernel module loading permissions.
10+
xen: Revoke kernel module loading permissions.
11+
cups: Remove PTAL.
12+
xen: Drop xend/xm stack.
13+
certbot: Drop execmem.
14+
cockpit: Change $1_cockpit_tmpfs_t to a tmpfs file type.
15+
tests.yml: Add sechecker testing.
16+
systemd: Add basic systemd-analyze rules.
17+
cloudinit: Add support for cloud-init-growpart.
18+
filesystem/systemd: memory.pressure fixes.
19+
init: Add homectl dbus access.
20+
device: Move dev_rw_uhid definition.
21+
devices: Change dev_rw_uhid() to use a policy pattern.
22+
tests.yml: Divide into reusable workflows.
23+
tests.yml: Add policy diff on PRs.
24+
bluetooth: Move line.
25+
26+
Christian Göttsche (4):
27+
getty: grant checkpoint_restore
28+
quote: read localization
29+
systemd: allow notify client to stat socket
30+
Makefile: drop duplicate quotes
31+
32+
Dave Sugar (4):
33+
Setup domain for dbus selinux interface
34+
Update SOS report to work on RHEL9
35+
Need map perm for cockpit 300.4
36+
Additional permissions when fapolicyd.conf more strict
37+
38+
Dmitry Sharshakov (1):
39+
filesystem, devices: move gadgetfs to usbfs_t
40+
41+
Grzegorz Filo (1):
42+
files context for merged-usr profile on gentoo
43+
44+
Guido Trentalancia (1):
45+
Allow interactive user terminal output for the NetLabel management tool.
46+
47+
Kenton Groombridge (46):
48+
init: allow systemd to use sshd pidfds
49+
fail2ban: allow reading net sysctls
50+
dovecot: allow dovecot-auth to read SASL keytab
51+
userdom: allow users to read user home dir symlinks
52+
postgres: add a standalone execmem tunable
53+
asterisk: allow binding to all unreserved UDP ports
54+
bootloader: allow systemd-boot to manage EFI binaries
55+
matrixd: add tunable for binding to all unreserved ports
56+
container: allow system container engines to mmap runtime files
57+
container: allow containers to getcap
58+
systemd: allow systemd-sysctl to search tmpfs
59+
container, podman: various fixes
60+
container, crio, kubernetes: minor fixes
61+
various: various fixes
62+
systemd: allow systemd-logind to use sshd pidfds
63+
sysnetwork: allow ifconfig to read usr files
64+
postfix: allow smtpd to mmap SASL keytab files
65+
sudo: allow systemd-logind to read cgroup state of sudo
66+
su, sudo: allow sudo to signal all su domains
67+
asterisk: allow watching spool dirs
68+
dbus, init: add interface for pidfd usage
69+
init: use pidfds from local login
70+
haproxy: initial policy
71+
sysadm: make haproxy admin
72+
container: allow containers to execute tmpfs files
73+
node_exporter: allow reading localization
74+
netutils: allow ping to read net sysctls
75+
postfix: allow postfix pipe to watch mail spool
76+
asterisk: allow reading certbot lib
77+
node_exporter: allow reading RPC sysctls
78+
systemd: allow logind to use locallogin pidfds
79+
sshd: label sshd-session as sshd_exec_t
80+
iptables: allow reading usr files
81+
podman: allow managing init runtime units
82+
haproxy: allow interactive usage
83+
kubernetes: allow kubelet to create unlabeled dirs
84+
container: allow super privileged containers to manage BPF dirs
85+
dbus: dontaudit session bus domains the netadmin capability
86+
container, kubernetes: add supporting rules for kubevirt and multus
87+
container: allow spc various rules for kubevirt
88+
iptables: allow reading container engine tmp files
89+
container: add container_kvm_t and supporting kubevirt rules
90+
various: rules required for DV manipulation in kubevirt
91+
testing: add container_kvm_t to net admin exempt list
92+
container: allow reading generic certs
93+
kubernetes: allow kubelet to connect all TCP ports
94+
95+
Matt Sheets (1):
96+
Allow systemd to pass down sig mask
97+
98+
Naga Bhavani Akella (3):
99+
Adding Sepolicy rules to allow bluetoothctl and dbus-daemon to access unix
100+
stream sockets.
101+
Setting bluetooth helper domain for bluetoothctl
102+
Adding SE Policy rules to allow usage of unix stream sockets by dbus and
103+
bluetooth contexts when Gatt notifications are turned on by remote.
104+
105+
Raghavender Reddy Bujala (1):
106+
Adding Sepolicy rules to allow pulseaudio to access bluetooth sockets.
107+
108+
Rick Alther (2):
109+
fix: minor correction in MCS_CATS range comment
110+
Set the type on /etc/machine-info to net_conf_t so hostnamectl can
111+
manipulate it (CRUD)
112+
113+
Yi Zhao (12):
114+
sysnetwork: fixes for dhcpcd
115+
newrole: allow newrole to search faillock runtime directory
116+
selinuxutil: make policykit optional
117+
userdomain: allow administrative user to get attributes of shadow history
118+
file
119+
systemd: make xdg optional
120+
systemd: set context to systemd_networkd_var_lib_t for
121+
/var/lib/systemd/network
122+
systemd: allow systemd-networkd to manage sock files under
123+
/run/systemd/netif
124+
systemd: allow system --user to create netlink_route_socket
125+
systemd: add policy for systemd-nsresourced
126+
devices: add label vsock_device_t for /dev/vsock
127+
systemd: fix policy for systemd-ssh-generator
128+
systemd: allow systemd-hostnamed to read vsock device
129+
130+
freedom1b2830 (2):
131+
Reorder perms and classes
132+
Reorder perms and classes
133+
134+
nisbet-hubbard (1):
135+
Update mysql.fc
136+
1137
* Mon Feb 26 2024 Chris PeBenito <pebenito@ieee.org> - 2.20240226
2138
Chris PeBenito (174):
3139
tests.yml: Pin ubuntu 20.04.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.20240226
1+
2.20240916

0 commit comments

Comments
 (0)