diff --git a/apparmor.d/profiles-s-z/sync b/apparmor.d/profiles-s-z/sync new file mode 100644 index 000000000..3211a2b59 --- /dev/null +++ b/apparmor.d/profiles-s-z/sync @@ -0,0 +1,17 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/sync +profile sync @{exec_path} { + include + include + + @{exec_path} mr, + + include if exists +} \ No newline at end of file