Add two profiles directory to have smaller dir.
This commit is contained in:
parent
6c0ae4ddc1
commit
d95a876424
521 changed files with 0 additions and 0 deletions
25
apparmor.d/profiles-s-z/xclip
Normal file
25
apparmor.d/profiles-s-z/xclip
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue