# File lib/chef/win32/security/security_descriptor.rb, line 67
        def sacl
          raise "SACL not present" if !sacl_present?
          Security.with_privileges("SeSecurityPrivilege") do
            present, acl, defaulted = Chef::ReservedNames::Win32::Security.get_security_descriptor_sacl(self)
            acl
          end
        end