---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Default deny property

# Default deny property {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The default deny property (`glide.sm.default_mode`) controls the security
manager default behavior when the only matching ACL rules are the wildcard table ACL
rules.

A set of wildcard table ACL rules for the most common record-based operations are available:
read, write, create, and delete. A significant number of ACLs to provide role-based access to
system tables are also available. For example, there are ACLs that grant sys_script access to the
business_rule_admin role because that role is documented as being able to manage business
rules.

Use the `glide.sm.default_mode` property to deny or allow these operations on
all tables:

* Deny Access: The wildcard table ACL rules restrict the read, write, create, and delete operations on all tables unless the user has the admin role or meets the requirements of another table ACL rule. Other operations, such as report_on and personalize_choices, are unaffected by this setting.
* Allow Access: The wildcard table ACL rules allow the read, write, create, and delete operations on all tables unless there are specific table ACL rules in place to restrict such operations.

{#c_DefaultDenyProperty__ul_hr1_f3f_zq}

You cannot reset `glide.sm.default_mode` to Allow Access
once it has been set to Deny Access.  
Hinweis:  
By default, the wildcard table ACL rules are the only ACL rules that check for the value of the `glide.sm.default_mode` property. If you want to control other operations with this setting, create your own ACL rules to check for this property value.

To learn more about this property, see [Deny by default with empty ACLs \[Updated in Security Center 1.3\]](YaSAeTv6kOt01Eqq7u4HpQ "Use the glide.sm.default_mode property to control the default behavior of security manager when it finds that existing Access Control List (ACL) rules are a part of wildcard table ACL rules.") in Instance Security Hardening Settings.

