repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
apparmor
/
files
/
profiles
/
usr.bin.uuidd
blob
8c00a9036111c82ec82b48ae6364e9faafb54ffc
1
# vim:syntax=apparmor
2
3
#include <tunables/global>
4
5
/usr/bin/uuidd {
6
#include <abstractions/base>
7
#include <abstractions/consoles>
8
9
network inet dgram,
10
11
/usr/bin/uuidd mr,
12
13
/run/uuidd/request rw,
14
15
# Site-specific additions and overrides. See local/README for details.
16
#include <local/usr.bin.uuidd>
17
}