commit: b2fb7db240074e72ce1d052191db6990ce2a4571 Author: Christian Göttsche <cgzones <AT> googlemail <DOT> com> AuthorDate: Sun Jan 31 20:57:01 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 20:54:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b2fb7db2
Preset OUTPUT_POLICY to 32 32 is the policy version of the latest SELinux userland release, 3.1 . Signed-off-by: Christian Göttsche <cgzones <AT> googlemail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.conf b/build.conf index 2ab0b2f2..3f2a2fdb 100644 --- a/build.conf +++ b/build.conf @@ -8,7 +8,7 @@ # version policy it supports. Setting this will # override the version. This only has an # effect for monolithic policies. -#OUTPUT_POLICY = 18 +#OUTPUT_POLICY = 32 # Policy Type # standard, mls, mcs
