mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 17:30:47 +00:00
18 lines
504 B
Meson
18 lines
504 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
if libapparmor.found()
|
|
configure_file(
|
|
configuration: dummy_config_data,
|
|
input: 'lxc-containers',
|
|
output: 'lxc-containers',
|
|
install: true,
|
|
install_dir: join_paths(sysconfdir, 'apparmor.d'))
|
|
|
|
configure_file(
|
|
configuration: dummy_config_data,
|
|
input: 'usr.bin.lxc-start',
|
|
output: 'usr.bin.lxc-start',
|
|
install: true,
|
|
install_dir: join_paths(sysconfdir, 'apparmor.d'))
|
|
endif
|