2015-07-27 7:45 GMT+02:00 purushi1 . <purus...@gmail.com>: > Hi, > > As per kernel hardening requirement, i am trying to disable > "CONFIG_FEATURE_SYSLOG" in defaults/config.busybox and build the kernel. > > However, after doing a make, i still see "CONFIG_FEATURE_SYSLOG" enabled > > ############ > > grep -r "CONFIG_FEATURE_SYSLOG" user/busybox/.config > > CONFIG_FEATURE_SYSLOG=y > > # CONFIG_FEATURE_SYSLOGD_DUP is not set > > CONFIG_FEATURE_SYSLOGD_CFG=y > > CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256 > > ############ > Can somebody, help me how to disable CONFIG_FEATURE_SYSLOG? > > thanks, > Purushotham.
Hi Purushotham, CONFIG_FEATURE_SYSLOG is a hidden option in busybox' Kconfig. You can disable it only by disabling all options that select it. This is the list of packages that select FEATURE_SYSLOG taken from manuconfig help: Symbol: FEATURE_SYSLOG [=y] Selected by: INIT || GETTY || LOGIN || PASSWD || SU || SULOGIN || FEATURE_MOUNT_NFS && MOUNT || CROND || DEVFSD || NAMEIF || FAK -- Best regards Bartosz Golaszewski _______________________________________________ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox