~ubuntu-branches/ubuntu/maverick/refpolicy-ubuntu/maverick

« back to all changes in this revision

Viewing changes to policy/global_booleans

  • Committer: Bazaar Package Importer
  • Author(s): Marshall Miller
  • Date: 2009-03-24 02:17:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090324021701-ost9gewrbluclm5r
Tags: upstream-0.2.20090324
ImportĀ upstreamĀ versionĀ 0.2.20090324

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file is for the declaration of global booleans.
 
3
# To change the default value at build time, the booleans.conf
 
4
# file should be used.
 
5
#
 
6
 
 
7
## <desc>
 
8
## <p>
 
9
## Enabling secure mode disallows programs, such as
 
10
## newrole, from transitioning to administrative
 
11
## user domains.
 
12
## </p>
 
13
## </desc>
 
14
gen_bool(secure_mode,false)
 
15
 
 
16
## <desc>
 
17
## <p>
 
18
## Disable transitions to insmod.
 
19
## </p>
 
20
## </desc>
 
21
gen_bool(secure_mode_insmod,false)
 
22
 
 
23
## <desc>
 
24
## <p>
 
25
## boolean to determine whether the system permits loading policy, setting
 
26
## enforcing mode, and changing boolean values.  Set this to true and you
 
27
## have to reboot to set it back
 
28
## </p>
 
29
## </desc>
 
30
gen_bool(secure_mode_policyload,false)