Hi,
My Requirement is to edit the ACL in DFC.
By using the below code I can able to set the r_accessor_permit
oldACL.grant("admingroup",7,null);
But My problem is to set the r_accessor_xpermit
For the Same "admingroup" I need to set the r_accessor_xpermit as "983040" or some other numbers based on my need.
How do I do this?
Also I need some information on these xpermit numbers and what does each number means.
Thanks for your help in advance.