]> git.proxmox.com Git - mirror_lxc.git/blame - doc/examples/Makefile.am
seccomp: support allowlist/denylist in profiles
[mirror_lxc.git] / doc / examples / Makefile.am
CommitLineData
3fb0a9bb
AN
1if ENABLE_EXAMPLES
2pkgexamplesdir=$(docdir)/examples
3
4pkgexamples_DATA = \
5e97c3fc 5 lxc-macvlan.conf \
26c39028 6 lxc-vlan.conf \
5e97c3fc 7 lxc-no-netns.conf \
5f58350a 8 lxc-empty-netns.conf \
5e97c3fc 9 lxc-phys.conf \
10 lxc-veth.conf \
a7c27357
SH
11 lxc-complex.conf \
12 seccomp-v1.conf \
78522aa9 13 seccomp-v2-denylist.conf \
a7c27357 14 seccomp-v2.conf
3fb0a9bb
AN
15endif
16
5e97c3fc 17noinst_DATA = \
18 lxc-macvlan.conf.in \
26c39028 19 lxc-vlan.conf.in \
5f58350a 20 lxc-empty-netns.conf.in \
5e97c3fc 21 lxc-no-netns.conf.in \
22 lxc-phys.conf.in \
23 lxc-veth.conf.in \
a7c27357
SH
24 lxc-complex.conf.in \
25 seccomp-v1.conf \
78522aa9 26 seccomp-v2-denylist.conf \
a7c27357 27 seccomp-v2.conf
e9e0ec99
SG
28
29EXTRA_DIST = \
30 seccomp-v1.conf \
78522aa9 31 seccomp-v2-denylist.conf \
e9e0ec99 32 seccomp-v2.conf