feat(profile): add sync.

This commit is contained in:
Alexandre Pujol 2024-05-01 12:26:09 +01:00
parent 19c192685d
commit 0787ef9906
Failed to generate hash of commit

View file

@ -0,0 +1,17 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/sync
profile sync @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
include if exists <local/sync>
}