Change the way content ACL's included in the package filter scope are handled during installation.
Defer to Package
Allow package to specify AC Handling mode. (This can be dangerous. Consider using a Validate CRX Content Packages step to check packages for destructive AC Handling rules before you deploy them.)
Ignore
Ignores the packaged access control and leaves the target unchanged.
MergePreserve
Merge access control in the content with the one provided with the package by adding the access control entries of principals not present in the content (i.e. content first). It never alters access control entries already existing in the content.
Merge
Merge access control provided with the package with the one in the content by replacing the access control entries of corresponding principals (i.e. package first). It never alters access control entries of principals not present in the package.
Overwrite
Applies the access control provided with the package to the target. This also removes existing access control.
Clear
Clears all access control on the target system.