mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
profiles: update samba profiles
- allow smbd to load new shared libraries - allow winbindd to read and write new kerberos cache location Based on a patch by "Samuel Cabrero" <scabrero@suse.com> (cherry picked from commit 23b5f29b80582aacd23fb63c026cdf7c0dc21233) References: https://bugzilla.opensuse.org/show_bug.cgi?id=1092099 Acked-by: Steve Beattie <steve@nxnw.org> PR: https://gitlab.com/apparmor/apparmor/merge_requests/121
This commit is contained in:
parent
8c2371a7cd
commit
3ae5be33e2
@ -28,8 +28,9 @@
|
||||
@{PROC}/@{pid}/mounts r,
|
||||
@{PROC}/sys/kernel/core_pattern r,
|
||||
/usr/lib*/samba/vfs/*.so mr,
|
||||
/usr/lib*/samba/auth/*.so mr,
|
||||
/usr/lib*/samba/charset/*.so mr,
|
||||
/usr/lib*/samba/auth/script.so mr,
|
||||
/usr/lib*/samba/gensec/*.so mr,
|
||||
/usr/lib*/samba/pdb/*.so mr,
|
||||
/usr/lib*/samba/{lowcase,upcase,valid}.dat r,
|
||||
/usr/sbin/smbd mr,
|
||||
|
@ -34,6 +34,7 @@
|
||||
/{var/,}run/samba/winbindd.pid rwk,
|
||||
/{var/,}run/samba/winbindd/ rw,
|
||||
/{var/,}run/samba/winbindd/pipe w,
|
||||
/{var/,}run/user/*/krb5cc/* rwk,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/usr.sbin.winbindd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user