File tree 2 files changed +9
-11
lines changed
src/test/modules/dummy_seclabel
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ SECURITY LABEL [ FOR <replaceable class="parameter">provider</replaceable> ] ON
80
80
label provider must interpret security labels; it merely provides a
81
81
mechanism for storing them. In practice, this facility is intended to allow
82
82
integration with label-based mandatory access control (MAC) systems such as
83
- <productname>SE-Linux </productname>. Such systems make all access control decisions
83
+ <productname>SELinux </productname>. Such systems make all access control decisions
84
84
based on object labels, rather than traditional discretionary access control
85
85
(DAC) concepts such as users and groups.
86
86
</para>
Original file line number Diff line number Diff line change 1
- The dummy_seclabel module exists only to support regression
2
- testing of the SECURITY LABEL statement. It is not intended
3
- to be used in production.
1
+ The dummy_seclabel module exists only to support regression testing of
2
+ the SECURITY LABEL statement. It is not intended to be used in production.
4
3
5
4
Rationale
6
5
=========
7
6
8
- The SECURITY LABEL statement allows the user to assign security
9
- labels to database objects; however, security labels can only be assigned
10
- when specifically allowed by a loadable module, so this module is provided
11
- to allow proper regression testing.
7
+ The SECURITY LABEL statement allows the user to assign security labels to
8
+ database objects; however, security labels can only be assigned when
9
+ specifically allowed by a loadable module, so this module is provided to
10
+ allow proper regression testing.
12
11
13
12
Security label providers intended to be used in production will typically be
14
- dependent on a platform-specific feature such as
15
- SE-Linux. This module is platform-independent,
16
- and therefore better-suited to regression testing.
13
+ dependent on a platform-specific feature such as SELinux. This module is
14
+ platform-independent, and therefore better-suited to regression testing.
17
15
18
16
Usage
19
17
=====
You can’t perform that action at this time.
0 commit comments