mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add permissions needed for Active Directory authentification to Samba
profiles. References: https://bugzilla.novell.com/show_bug.cgi?id=713728 Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
1c1cc65cbd
commit
bb1b5f986b
2 changed files with 10 additions and 0 deletions
|
@ -7,9 +7,18 @@
|
|||
|
||||
capability net_bind_service,
|
||||
|
||||
/proc/sys/kernel/core_pattern r,
|
||||
|
||||
/usr/sbin/nmbd mr,
|
||||
|
||||
/var/{cache,lib}/samba/browse.dat* rw,
|
||||
/var/{cache,lib}/samba/wins.dat* rw,
|
||||
/var/{cache,lib}/samba/smb_krb5/ rw,
|
||||
/var/{cache,lib}/samba/smb_krb5/krb5.conf* rw,
|
||||
/var/{cache,lib}/samba/smb_tmp_krb5.* rw,
|
||||
/var/{cache,lib}/samba/sync.* rw,
|
||||
/var/{cache,lib}/samba/unexpected rw,
|
||||
|
||||
/{,var/}run/samba/** rwk,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
/etc/mtab r,
|
||||
/etc/printcap r,
|
||||
/proc/*/mounts r,
|
||||
/proc/sys/kernel/core_pattern r,
|
||||
/usr/sbin/smbd mr,
|
||||
/etc/samba/* rwk,
|
||||
/var/cache/samba/** rwk,
|
||||
|
|
Loading…
Add table
Reference in a new issue