Displaying 3 results from an estimated 3 matches for "set_root_sec_ctx".
2015 Apr 18
2
Samba 4 slow write
Hi all,
On Thu, Apr 16, 2015 at 03:00:49PM -0700, Jeremy Allison wrote:
> On Thu, Apr 16, 2015 at 08:42:48PM +0200, Ervin Heged?s wrote:
> > Dear Samba users,
> >
> > here is an Ubuntu 14.04, with Samba 4 (4.1.6), and LDAP (slapd
> > 2.4.31). The config came from a previous system (Debian Squeezy),
> > which had been crashed (HW error - on this new machine,
2015 Apr 20
0
Samba 4 slow write
...b_fname->base_name,
(SECINFO_OWNER |
SECINFO_GROUP |
SECINFO_DACL), talloc_tos(), &sd);
?[2]? perf top call graph:
?1.49% libc-2.6.1.so [.] __geteuid
|
--- __geteuid
uwrap_geteuid
assert_uid
set_unix_security_ctx
set_sec_ctx
set_root_sec_ctx
smbd_become_root
legacy_gid_to_sid
gid_to_sid
create_file_sids
posix_get_nt_acl_common
posix_get_nt_acl
vfswrap_get_nt_acl
smb_vfs_call_get_nt_acl
smbd_check_access_rights
1.22% libc-2.6.1.so [.] __getegid...
2015 Apr 20
4
Samba 4 slow write
...SECINFO_DACL), talloc_tos(), &sd);
>
> ?[2]? perf top call graph:
>
> ?1.49% libc-2.6.1.so [.] __geteuid
> |
> --- __geteuid
> uwrap_geteuid
> assert_uid
> set_unix_security_ctx
> set_sec_ctx
> set_root_sec_ctx
> smbd_become_root
> legacy_gid_to_sid
> gid_to_sid
> create_file_sids
> posix_get_nt_acl_common
> posix_get_nt_acl
> vfswrap_get_nt_acl
> smb_vfs_call_get_nt_acl
> smbd_check_access...