Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/distro/include/omnect-os-kernel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ OMNECT_KERNEL_SRC_URI_LTE = " \
"

OMNECT_KERNEL_SRC_URI = " \
file://audit.cfg \
file://cpu_freq_default_gov_schedutil.cfg \
file://enable-overlayfs.cfg \
file://enable-cifs.cfg \
Expand Down
8 changes: 8 additions & 0 deletions recipes-kernel/linux/files/audit.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_SECURITY_NETWORK=y
# audit might depend on APPARMOR so enable it; but keep DAC as default
CONFIG_SECURITY_APPARMOR=y
CONFIG_DEFAULT_SECURITY_DAC=y
# next one is for ARM only but won't hurt for other platforms
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
Loading