19 lines
No EOL
417 B
Text
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>
|
|
} |