aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'policy/global_booleans')
-rw-r--r--policy/global_booleans14
1 files changed, 14 insertions, 0 deletions
diff --git a/policy/global_booleans b/policy/global_booleans
new file mode 100644
index 000000000..66e85ea54
--- /dev/null
+++ b/policy/global_booleans
@@ -0,0 +1,14 @@
+#
+# This file is for the declaration of global booleans.
+# To change the default value at build time, the booleans.conf
+# file should be used.
+#
+
+## <desc>
+## <p>
+## Enabling secure mode disallows programs, such as
+## newrole, from transitioning to administrative
+## user domains.
+## </p>
+## </desc>
+gen_bool(secure_mode,false)