aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/security/credentials.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/security/credentials.txt')
-rw-r--r--Documentation/security/credentials.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/security/credentials.txt b/Documentation/security/credentials.txt
index 86257052e31..fc0366cbd7c 100644
--- a/Documentation/security/credentials.txt
+++ b/Documentation/security/credentials.txt
@@ -221,10 +221,10 @@ The Linux kernel supports the following types of credentials:
221 (5) LSM 221 (5) LSM
222 222
223 The Linux Security Module allows extra controls to be placed over the 223 The Linux Security Module allows extra controls to be placed over the
224 operations that a task may do. Currently Linux supports several LSM 224 operations that a task may do. Currently Linux supports two main
225 options. 225 alternate LSM options: SELinux and Smack.
226 226
227 Some work by labelling the objects in a system and then applying sets of 227 Both work by labelling the objects in a system and then applying sets of
228 rules (policies) that say what operations a task with one label may do to 228 rules (policies) that say what operations a task with one label may do to
229 an object with another label. 229 an object with another label.
230 230