25 lines
527 B
Text
25 lines
527 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2020 krathalan https://git.sr.ht/~krathalan/apparmor-profiles/
|
|
# 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
# Version of program profiled: 0.13
|
|
|
|
abi <abi/3.0>,
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/xclip
|
|
profile xclip @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
network unix stream,
|
|
|
|
@{exec_path} mr,
|
|
|
|
# Mutt
|
|
owner /tmp/mutt-* rw,
|
|
|
|
owner @{HOME}/.Xauthority r,
|
|
|
|
deny /dev/tty rw,
|
|
}
|