Bug 14148 - Samba doesn't implement FILE_NOTIFY_CHANGE_SECURITY
Summary: Samba doesn't implement FILE_NOTIFY_CHANGE_SECURITY
Status: ASSIGNED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: File services (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Ralph Böhme
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-01 12:54 UTC by Ralph Böhme
Modified: 2019-10-01 16:45 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Böhme 2019-10-01 12:54:09 UTC
Changing an ACL should generate a FILE_NOTIFY_CHANGE_SECURITY notification. Looks like the code to trigger this was never added to smbd.
Comment 1 Jeremy Allison 2019-10-01 16:42:37 UTC
Oh good catch. Should be only one place that needs changing, set_sd() inside source3/smbd/nttrans.c.
Comment 2 Ralph Böhme 2019-10-01 16:45:16 UTC
(In reply to Jeremy Allison from comment #1)
Yup. Plus some basic smoke tests.