aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/sudo/sudo_%.bbappend
blob: 2e35ec508cdf6b89918313e4199d6e594f345ae5 (plain)
1
2
3
4
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)}

PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit"
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"