mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 10:45:09 +01:00
25 lines
544 B
Text
25 lines
544 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} = @{bin}/xclip
|
|
profile xclip @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
network unix stream,
|
|
|
|
@{exec_path} mr,
|
|
|
|
owner /tmp/mutt-* rw,
|
|
owner /tmp/xauth_@{rand6} r,
|
|
|
|
owner @{HOME}/.Xauthority r,
|
|
|
|
deny /dev/tty rw,
|
|
}
|