Skip to content

Commit

Permalink
selinux-policy: Change unconfined to a separate module. (#9879)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito authored and jslobodzian committed Jul 27, 2024
1 parent dcac5b8 commit 1bf3f8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPECS/selinux-policy/modules_targeted.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ selinuxutil = base
sysnetwork = base
systemd = base
udev = base
unconfined = base
unconfined = module
userdomain = base
# required by systemd:
xdg = base
2 changes: 1 addition & 1 deletion SPECS/selinux-policy/selinux-policy.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Makefile.devel": "cd065e896d7eb11e238a05b9102359ea370ec75b27785a81935c985899ed2df6",
"booleans_targeted.conf": "009f880c7179a007569dfdbf40ef64ae41671ad33cc2717eebbdaeb8ab431d12",
"macros.selinux-policy": "027f5d27441a7262365c26076dc3b7ab1f1ac62026ae94514020e0607e53a73a",
"modules_targeted.conf": "0a3444baa54aef35220e9954d1175da091155f240bf989caa7dfb9ef64302a76",
"modules_targeted.conf": "b8fdff7cf2280bf71fa5841e9d3e5a8add4b30cdcbd21bc4fb2340d53b3bc23f",
"refpolicy-2.20240226.tar.bz2": "7ed41f4f45189b9ee9706da8ac357eccc103651b56daabaddb54c436e8117cf9"
}
}
5 changes: 4 additions & 1 deletion SPECS/selinux-policy/selinux-policy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Summary: SELinux policy
Name: selinux-policy
Version: %{refpolicy_major}.%{refpolicy_minor}
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -335,6 +335,9 @@ exit 0
selinuxenabled && semodule -nB
exit 0
%changelog
* Tue Jul 16 2024 Chris PeBenito <[email protected]> - 2.20240226-5
- Change unconfined to a separate module so it can be disabled.

* Mon Jul 01 2024 Chris PeBenito <[email protected]> - 2.20240226-4
- Add cloud-init and kmod fixes.

Expand Down

0 comments on commit 1bf3f8b

Please sign in to comment.