~clint-fewbar/ubuntu/natty/mysql-5.1/merge-5.1.49-2

« back to all changes in this revision

Viewing changes to debian/apparmor-profile

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-08-21 22:16:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100821221640-r9cg8sxyesi2m1l3
Tags: 5.1.49-1ubuntu7
debian/apparmor-profile: fix syntax error introduced in last upload
and remove added redundant access rule. LP: #622010, LP: #594932

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  /etc/mysql/conf.d/ r,
24
24
  /etc/mysql/conf.d/* r,
25
25
  /etc/mysql/*.cnf r,
26
 
  /usr/lib/mysql/plugin/*.so* m,
 
26
  /usr/lib/mysql/plugin/ r,
 
27
  /usr/lib/mysql/plugin/*.so* mr,
27
28
  /usr/sbin/mysqld mr,
28
29
  /usr/share/mysql/** r,
29
30
  /var/log/mysql.log rw,
37
38
 
38
39
  /sys/devices/system/cpu/ r,
39
40
 
40
 
  /usr/lib/mysql/plugin/ r,
41
 
  /usr/lib/mysql/plugin/* mr
42
 
 
43
41
  # Site-specific additions and overrides. See local/README for details.
44
42
  #include <local/usr.sbin.mysqld>
45
43
}