~intrigeri/apparmor-profiles/totem-3.18.1

« back to all changes in this revision

Viewing changes to ubuntu/16.04/usr.sbin.vnstatd

  • Committer: Seth Arnold
  • Date: 2015-10-27 01:49:53 UTC
  • Revision ID: seth.arnold@canonical.com-20151027014953-o10qqr9ono9azobx
create 15.10 and 16.04 directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Author: Felix Geyer <debfx@ubuntu.com>
 
2
 
 
3
#include <tunables/global>
 
4
 
 
5
/usr/sbin/vnstatd {
 
6
  #include <abstractions/base>
 
7
 
 
8
  /etc/vnstat.conf r,
 
9
  /var/lib/vnstat/ r,
 
10
  /var/lib/vnstat/** rwk,
 
11
  /{,var/}run/vnstat.pid rwk,
 
12
 
 
13
  @{PROC}/[0-9]*/net/dev r,
 
14
  @{PROC}/[0-9]*/mounts r,
 
15
}