mirror_lxc/doc/examples/Makefile.am
Christian Brauner 78522aa936
seccomp: support allowlist/denylist in profiles
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2020-07-03 13:18:36 +02:00

33 lines
599 B
Makefile

if ENABLE_EXAMPLES
pkgexamplesdir=$(docdir)/examples
pkgexamples_DATA = \
lxc-macvlan.conf \
lxc-vlan.conf \
lxc-no-netns.conf \
lxc-empty-netns.conf \
lxc-phys.conf \
lxc-veth.conf \
lxc-complex.conf \
seccomp-v1.conf \
seccomp-v2-denylist.conf \
seccomp-v2.conf
endif
noinst_DATA = \
lxc-macvlan.conf.in \
lxc-vlan.conf.in \
lxc-empty-netns.conf.in \
lxc-no-netns.conf.in \
lxc-phys.conf.in \
lxc-veth.conf.in \
lxc-complex.conf.in \
seccomp-v1.conf \
seccomp-v2-denylist.conf \
seccomp-v2.conf
EXTRA_DIST = \
seccomp-v1.conf \
seccomp-v2-denylist.conf \
seccomp-v2.conf