configured_for_all_users_and_privileges?

in libraries/remote_management.rb [9:13]


      def configured_for_all_users_and_privileges?
        RemoteManagement.plist_content.include?('ARD_AllLocalUsers = true') &&
          RemoteManagement.plist_content.include?(full_privileges)
      end