profiles: enable su USE flag for shadow

Enable su USE flag for shadow, because shadow >= 4.11 does not have it
by default.
Ideally util-linux should have the su binary, but that is currently not
possible, because of a bunch of additional dependencies in SDK like
pam_sssd in baselayout.
This commit is contained in:
Dongsu Park 2022-02-22 11:53:56 +01:00
parent 2037f0a173
commit fe7a6c904b

View File

@ -139,3 +139,9 @@ dev-libs/openssl fips
# enables ELF support to e.g. allow tc to handle BPF filters.
sys-apps/iproute2 elf
# Enable su for shadow, because shadow >= 4.11 does not have it by default.
# Ideally util-linux should have the su binary, but that is currently not
# possible, because of a bunch of additional dependencies in SDK like
# pam_sssd in baselayout.
sys-apps/shadow su