apparmor.d/apparmor.d/profiles-s-z/ssurl
REmerald 102be49c8a feat(profiles-s-z): vim syntax support
Add vim modeline instructing the editor to use the syntax plugin provided by apparmor.

Continuation of #379, #380, #381, #390 to keep the diff list relatively short.
2024-06-15 17:36:23 +03:00

28 lines
613 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/ssurl
profile ssurl @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
capability dac_read_search,
capability dac_override,
@{exec_path} mr,
/etc/shadowsocks-rust/{server,local}/*/ss.json{,5} r,
owner @{user_config_dirs}/shadowsocks-rust/{server,local}/*/ss.json{,5} r,
include if exists <local/ssurl>
}
# vim:syntax=apparmor