apparmor.d/apparmor.d/groups/whonix/sdwdate-wrapper
2024-04-06 15:09:48 +01:00

19 lines
No EOL
417 B
Text

# 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}/sdwdate
profile sdwdate-wrapper @{exec_path} {
include <abstractions/base>
include <abstractions/app/sudo>
@{exec_path} mr,
@{lib}/sdwdate/sdwdate rPx,
include if exists <local/sdwdate-wrapper>
}