mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
profiles: enable audit in systemd and the kernel
This commit is contained in:
parent
e9a8f48f31
commit
6e66b90ea5
@ -23,7 +23,7 @@ sys-libs/pam -berkdb
|
||||
sys-libs/gdbm berkdb
|
||||
|
||||
# enable journal gateway and container features, avoid pulling in gnutls
|
||||
sys-apps/systemd importd http nat -ssl
|
||||
sys-apps/systemd audit importd http nat -ssl
|
||||
net-libs/libmicrohttpd -ssl
|
||||
|
||||
sys-boot/syslinux -custom-cflags
|
||||
@ -35,3 +35,6 @@ dev-util/pkgconfig internal-glib
|
||||
|
||||
# minimize risk removing unneeded patches and networking support
|
||||
app-shells/bash -net vanilla
|
||||
|
||||
# enable audit subsystem by default
|
||||
sys-kernel/coreos-kernel audit
|
||||
|
@ -14,7 +14,7 @@ SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||
IUSE="daemon ldap python"
|
||||
# Testcases are pretty useless as they are built for RedHat users/groups and
|
||||
# kernels.
|
||||
|
Loading…
x
Reference in New Issue
Block a user