Bug 8141 - wrong permissions on lp_ncalrpc_dir()
Summary: wrong permissions on lp_ncalrpc_dir()
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: 3.6.0rc1
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 11:50 UTC by Stefan Metzmacher
Modified: 2011-05-20 19:11 UTC (History)
4 users (show)

See Also:


Attachments
Backport Patches for v3-6-test (3.28 KB, patch)
2011-05-17 11:51 UTC, Stefan Metzmacher
asn: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Metzmacher 2011-05-17 11:50:46 UTC
The lp_ncalrpc_dir() directory should get 0755 permissions,
as it acts like tcp, where anybody can connect, but only privileged
users can bind().

lp_ncalrpc_dir()/np should get 0700, as privileged users should be able
to connect, as they're allowed to pass the security token.
Comment 1 Stefan Metzmacher 2011-05-17 11:51:50 UTC
Created attachment 6449 [details]
Backport Patches for v3-6-test
Comment 2 Andreas Schneider 2011-05-20 08:04:24 UTC
Comment on attachment 6449 [details]
Backport Patches for v3-6-test

Looks good!
Comment 3 Stefan Metzmacher 2011-05-20 08:09:43 UTC
Karolin, please pick for the next 3.6.0 rc.
Comment 4 Karolin Seeger 2011-05-20 19:11:36 UTC
Pushed to v3-6-test.
Closing out bug report.

Thanks!