Skip to content

Commit 0ad3f97

Browse files
committed
overlay profiles: Disable caps for smartmontools
The USE=caps is only relevant for smartd, which we are not building anyway.
1 parent 1ad530f commit 0ad3f97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev-libs/dbus-glib tools
1717
dev-libs/elfutils -utils
1818
dev-libs/openssl pkcs11
1919
net-misc/dhcp -server
20-
sys-apps/smartmontools -daemon -update-drivedb -systemd
20+
sys-apps/smartmontools -caps -daemon -update-drivedb -systemd
2121
sys-block/parted device-mapper
2222
sys-fs/lvm2 -readline thin lvm
2323
sys-libs/ncurses minimal
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Selinux profile force-enables USE=caps, but we don't need it for
2+
# smartmontools - it is only relevant for smartd daemon, which we do
3+
# not build.
4+
sys-apps/smartmontools caps

0 commit comments

Comments
 (0)