Moving apparmor files to local subdirectory within packaging directory.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b5dfaf85cc
commit
25bb31ce0b
2 changed files with 1 additions and 1 deletions
26
debian/usr.sbin.haveged
vendored
26
debian/usr.sbin.haveged
vendored
|
@ -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>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue