blob: 7399aa44d993466ae881afce401847e501bc81d2 (
plain)
1
2
3
4
5
6
7
8
|
# Enabling Smack support in util-linux enables special support
# in [lib]mount for Smack mount options: they get removed if
# Smack is not active in the current kernel. Important for
# booting with "security=none" when userspace otherwise is
# compiled to use Smack.
PACKAGECONFIG:append:with-lsm-smack:class-target = " smack"
PACKAGECONFIG[smack] = "--with-smack, --without-smack"
|