mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/systemd: add optional support for audit
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f52f09c7f1
commit
30f5f37e48
@ -64,6 +64,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-acl
|
SYSTEMD_CONF_OPTS += --disable-acl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_AUDIT),y)
|
||||||
|
SYSTEMD_CONF_OPTS += --enable-audit
|
||||||
|
SYSTEMD_DEPENDENCIES += audit
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += --disable-audit
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
||||||
SYSTEMD_CONF_OPTS += --enable-seccomp
|
SYSTEMD_CONF_OPTS += --enable-seccomp
|
||||||
SYSTEMD_DEPENDENCIES += libseccomp
|
SYSTEMD_DEPENDENCIES += libseccomp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user