diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2025-02-24 10:54:17 +0100 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2025-02-24 10:54:17 +0100 |
commit | cae39ecd0e7423f655f0fae6e16bb8b0f8818951 (patch) | |
tree | de14e3b7afe80eeaeeaaf96668ed5fef13dca462 | |
parent | 1347d778548279cc4c10d460d46f58e57eb326a5 (diff) | |
download | selinux-policy-cae39ecd0e7423f655f0fae6e16bb8b0f8818951.tar.gz |
Makefile: polvers 34
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/misc/conf.cil | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ all: clean policy check MCS = true MODULES = $(shell find src -type f -name '*.cil' -print0 | sort -z | xargs -r0) -POLVERS = 33 +POLVERS = 34 SELINUXTYPE = dssp5 VERBOSE = false diff --git a/src/misc/conf.cil b/src/misc/conf.cil index cdfee9a..1a376dd 100644 --- a/src/misc/conf.cil +++ b/src/misc/conf.cil @@ -13,3 +13,5 @@ (policycap "open_perms") (policycap "ioctl_skip_cloexec") (policycap "userspace_initial_context") + +;; (policycap "netlink_xperm") ;; Requires Linux 6.13/SELinux 3.8 |