~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to packaging/deb-trusty/extra/apparmor-profile

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  #include <abstractions/nameservice>
8
8
  #include <abstractions/user-tmp>
9
9
 
 
10
# Allow system resource access
 
11
  /sys/devices/system/cpu/ r,
 
12
  capability sys_resource,
 
13
  capability dac_override,
 
14
  capability setuid,
 
15
  capability setgid,
 
16
 
10
17
# Allow config access
11
18
  /etc/mysql/conf.d/ r,
12
19
  /etc/mysql/conf.d/*.cnf r,
14
21
 
15
22
# Allow pid and socket file access
16
23
  /run/mysqld/mysqld.pid rw,
17
 
  /run/mysqld/mysqld.sock w,
 
24
  /run/mysqld/mysqld.sock rw,
18
25
 
19
26
# Allow read/ write to /tmp
20
27
  /tmp/ r,