SkidSec WebShell

Server Address : 2a02:4780:a:760:0:37cc:13e2:3

Web Server : LiteSpeed

Uname : Linux uk-fast-web660.main-hosting.eu 5.14.0-570.55.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:27:51 EDT 2025 x86_64

PHP Version : 7.4.33



Current Path : /usr/lib64/python3.9/site-packages/setools/checker/



Current File : //usr/lib64/python3.9/site-packages/setools/checker/globalkeys.py
# Copyright 2020, Microsoft Corporation
#
# SPDX-License-Identifier: LGPL-2.1-only
#

# This is a separate file to break a circular import.
CHECK_TYPE_KEY = "check_type"
CHECK_DESC_KEY = "desc"
CHECK_DISABLE = "disable"

GLOBAL_CONFIG_KEYS = frozenset((CHECK_TYPE_KEY, CHECK_DESC_KEY, CHECK_DISABLE))