Skip to content

Commit 1ad530f

Browse files
committed
overlay profiles: Drop enabling caps and audit USE flags for specific packages
selinux profile enables the USE flags for all of them.
1 parent a21c5a7 commit 1ad530f

File tree

1 file changed

+2
-4
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@ app-editors/vim-core minimal
1010
# Install our modifications and compatibility symlinks for ssh and ntp
1111
#
1212
# Install a SELinux policy directory symlink
13-
coreos-base/misc-files audit ntp openssh policycoreutils
13+
coreos-base/misc-files ntp openssh policycoreutils
1414

1515
dev-lang/python gdbm
1616
dev-libs/dbus-glib tools
1717
dev-libs/elfutils -utils
1818
dev-libs/openssl pkcs11
1919
net-misc/dhcp -server
20-
net-misc/ntp caps
2120
sys-apps/smartmontools -daemon -update-drivedb -systemd
2221
sys-block/parted device-mapper
2322
sys-fs/lvm2 -readline thin lvm
2423
sys-libs/ncurses minimal
25-
sys-libs/pam audit
2624

2725
# enable journal gateway, bootctl and container features
28-
sys-apps/systemd audit elfutils gnuefi http importd iptables
26+
sys-apps/systemd elfutils gnuefi http importd iptables
2927

3028
# epoll is needed for systemd-journal-remote to work. coreos/bugs#919
3129
net-libs/libmicrohttpd epoll

0 commit comments

Comments
 (0)