2009-11-04 14:25:42 -06:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2010-03-25 18:13:00 -05:00
|
|
|
# Copyright (C) 2009-2010 Canonical Ltd.
|
2009-11-04 14:25:42 -06:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2011-08-27 01:52:27 +02:00
|
|
|
/etc/samba/* r,
|
2016-07-26 21:12:35 +02:00
|
|
|
/usr/lib*/ldb/*.so mr,
|
2017-08-29 13:31:20 +02:00
|
|
|
/usr/lib*/samba/ldb/*.so mr,
|
2009-11-04 14:25:42 -06:00
|
|
|
/usr/share/samba/*.dat r,
|
2013-11-20 01:17:52 +01:00
|
|
|
/usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,
|
2013-12-23 22:15:47 +01:00
|
|
|
/var/cache/samba/ w,
|
2016-12-13 22:16:00 +01:00
|
|
|
/var/cache/samba/lck/* rwk,
|
2015-05-19 01:25:26 +02:00
|
|
|
/var/lib/samba/** rwk,
|
2010-12-22 16:58:23 -06:00
|
|
|
/var/log/samba/cores/ rw,
|
2011-08-27 01:52:27 +02:00
|
|
|
/var/log/samba/cores/** rw,
|
2009-11-04 14:25:42 -06:00
|
|
|
/var/log/samba/log.* w,
|
2013-12-23 22:15:47 +01:00
|
|
|
/{,var/}run/samba/ w,
|
2011-07-14 07:57:57 -05:00
|
|
|
/{,var/}run/samba/*.tdb rw,
|
2009-11-04 14:25:42 -06:00
|
|
|
|
2014-07-04 12:09:58 +02:00
|
|
|
# required for clustering
|
|
|
|
/var/lib/ctdb/** rwk,
|