18 lines
375 B
Text
18 lines
375 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# shadowsocks-rust only:
|
|
# https://github.com/shadowsocks/shadowsocks-rust
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{,usr/}{,local/}bin/ssservice
|
|
profile ssservice @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
@{exec_path} mr,
|
|
|
|
include if exists <local/ssservice>
|
|
}
|