diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2024-12-17 16:36:28 +0100 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2024-12-17 16:36:28 +0100 |
commit | 5b2794384bceeb62ab5be2cd11f05365fa82bcfd (patch) | |
tree | 760a8c3d2da836fcf7c6c5dfe6b5483cd98bb1dc /src | |
parent | c31f9de714589eb1946a5972ab105011816e2353 (diff) | |
download | selinux-policy-5b2794384bceeb62ab5be2cd11f05365fa82bcfd.tar.gz |
subj: minor typo fix
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'src')
-rw-r--r-- | src/subj.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subj.cil b/src/subj.cil index 5ff7033..2ff45dd 100644 --- a/src/subj.cil +++ b/src/subj.cil @@ -222,7 +222,7 @@ ;; nosuid_transition should not be needed and indicates ;; misconfiguration. when used properly it is worth blocking this ;; access to prevent domain transitions on untrusted removeable - ;; storage. just be sure to alway's mount untrusted remote storage + ;; storage. just be sure to always mount untrusted remote storage ;; with nosuid, because otherwise this does not work. (allow typeattr subj.typeattr (process2 (not nosuid_transition))) |