1
0
Fork 0

Moving apparmor files to local subdirectory within packaging directory.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:12:34 +01:00
parent b5dfaf85cc
commit 25bb31ce0b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 1 additions and 1 deletions

View file

@ -1,26 +0,0 @@
# Last Modified: Fri Aug 21 15:23:17 2015
#include <tunables/global>
/usr/sbin/haveged {
#include <abstractions/base>
#include <abstractions/consoles>
# Required for ioctl RNDADDENTROPY
capability sys_admin,
owner @{PROC}/@{pid}/status r,
@{PROC}/sys/kernel/osrelease r,
@{PROC}/sys/kernel/random/poolsize r,
@{PROC}/sys/kernel/random/write_wakeup_threshold w,
/dev/random w,
/sys/devices/system/cpu/ r,
/sys/devices/system/cpu/cpu*/cache/ r,
/sys/devices/system/cpu/cpu*/cache/index*/{type,size,level} r,
/usr/sbin/haveged mr,
/run/haveged.pid w,
#include <local/usr.sbin.haveged>
}