mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
overlay profiles: Disable caps for smartmontools
The USE=caps is only relevant for smartd, which we are not building anyway. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
a6b5aa6dc4
commit
1df1df22c1
@ -17,7 +17,7 @@ dev-libs/dbus-glib tools
|
||||
dev-libs/elfutils -utils
|
||||
dev-libs/openssl pkcs11
|
||||
net-misc/dhcp -server
|
||||
sys-apps/smartmontools -daemon -update-drivedb -systemd
|
||||
sys-apps/smartmontools -caps -daemon -update-drivedb -systemd
|
||||
sys-block/parted device-mapper
|
||||
sys-fs/lvm2 -readline thin lvm
|
||||
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
# Selinux profile force-enables USE=caps, but we don't need it for
|
||||
# smartmontools - it is only relevant for smartd daemon, which we do
|
||||
# not build.
|
||||
sys-apps/smartmontools caps
|
||||
Loading…
x
Reference in New Issue
Block a user