# File lib/chef/win32/security/securable_object.rb, line 95
        def sacl=(val)
          Security.with_privileges("SeSecurityPrivilege") do
            Security.set_named_security_info(path, type, :sacl => val)
          end
        end