commit: 281eb5deacdd6a0cddcd3bf9b211658829d0b026 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> com> AuthorDate: Tue Sep 2 15:21:53 2025 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Nov 16 00:13:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=281eb5de
Add the remaining permissions recently added in the kernel for the system class. See: https://github.com/torvalds/linux/commit/2c2b1e059792f610bae4fee8ed517b8ce9c585fb Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/flask/access_vectors | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index caca27fb9..702c14579 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -411,6 +411,10 @@ class system module_request module_load firmware_load + kexec_image_load + kexec_initramfs_load + policy_load + x509_certificate_load # these are overloaded userspace # permissions from systemd
