From 89ebdff85f48964fc3e0376fd4ef18173cf6b839 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 8 May 2025 17:04:01 +0200 Subject: [PATCH] overlay profiles: Allow python for sys-process/audit Signed-off-by: Krzesimir Nowak --- .../profiles/coreos/targets/generic/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask index 138ee5a399..4482d1b610 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask @@ -7,3 +7,8 @@ sys-apps/smartmontools caps # with USE=selinux. For production images, we will filter python files # out with an install mask. sys-libs/libselinux -python + +# Allow USE=python for sys-process/audit - it is needed by +# policycoreutils. For production images, we will filter python files +# out with an install mask. +sys-process/audit -python