File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
## </p>
13
13
## </desc>
14
14
gen_bool(secure_mode,false)
15
-
16
- ## <desc>
17
- ## <p>
18
- ## boolean to determine whether the system permits loading policy, setting
19
- ## enforcing mode, and changing boolean values. Set this to true and you
20
- ## have to reboot to set it back
21
- ## </p>
22
- ## </desc>
23
- gen_bool(secure_mode_policyload,false)
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ policy_module(selinux, 1.10.0)
5
5
# Declarations
6
6
#
7
7
8
+ # # <desc>
9
+ # # <p>
10
+ # # Boolean to determine whether the system permits loading policy, setting
11
+ # # enforcing mode, and changing boolean values. Set this to true and you
12
+ # # have to reboot to set it back.
13
+ # # </p>
14
+ # # </desc>
15
+ gen_bool(secure_mode_policyload,false )
16
+
8
17
attribute boolean_type;
9
18
attribute can_load_policy;
10
19
attribute can_setenforce;
You can’t perform that action at this time.
0 commit comments