2021-04-01 17:17:47 +02:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
|
|
|
# Copyright (C) 2017-2021 Mikhail Morfikov
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
abi <abi/3.0>,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include <tunables/global>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
@{exec_path} = /{usr/,}sbin/ddclient
|
|
|
|
profile ddclient @{exec_path} {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/perl>
|
|
|
|
include <abstractions/nameservice-strict>
|
|
|
|
include <abstractions/openssl>
|
|
|
|
include <abstractions/ssl_certs>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
@{exec_path} r,
|
|
|
|
/{usr/,}bin/perl r,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
|
|
/{usr/,}bin/logger rix,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/etc/ddclient.conf r,
|
|
|
|
|
2020-10-25 10:23:34 +01:00
|
|
|
@{run}/ddclient.pid rw,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/var/cache/ddclient/ddclient.cache rw,
|
|
|
|
|
|
|
|
/ r,
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include if exists <local/ddclient>
|
2020-09-12 17:19:23 +02:00
|
|
|
}
|