mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
CVE-2023-0614 s4-acl: Make some parameters const
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15270 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> [abartlet@samba.org Adapted to code without newer acl_check_access_on_attribute_implicit_owner name]
This commit is contained in:
parent
c91b81ecc9
commit
9469c41895
@ -97,8 +97,8 @@ int dsdb_module_check_access_on_dn(struct ldb_module *module,
|
||||
|
||||
int acl_check_access_on_attribute(struct ldb_module *module,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct security_descriptor *sd,
|
||||
struct dom_sid *rp_sid,
|
||||
const struct security_descriptor *sd,
|
||||
const struct dom_sid *rp_sid,
|
||||
uint32_t access_mask,
|
||||
const struct dsdb_attribute *attr,
|
||||
const struct dsdb_class *objectclass)
|
||||
|
Loading…
Reference in New Issue
Block a user