diff options
author | Jonas Lindner <jolindner@gmx.de> | 2022-06-09 00:36:16 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2022-06-10 15:49:15 -0400 |
commit | 9691e4f9ba6c7dc6af07b8a4feba6279d76f0003 (patch) | |
tree | ee5c7b5acd96c430848fe3ea72ab9c6d9f04057b /security/selinux | |
parent | 4d3d0ed60ee0d2da4c541e525c132dc374464624 (diff) | |
download | linux-stable-9691e4f9ba6c7dc6af07b8a4feba6279d76f0003.tar.gz linux-stable-9691e4f9ba6c7dc6af07b8a4feba6279d76f0003.tar.bz2 linux-stable-9691e4f9ba6c7dc6af07b8a4feba6279d76f0003.zip |
selinux: fix typos in comments
Signed-off-by: Jonas Lindner <jolindner@gmx.de>
[PM: fixed duplicated subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/hooks.c | 4 | ||||
-rw-r--r-- | security/selinux/include/audit.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 4af4986d3893..4d20a139a86d 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -640,7 +640,7 @@ static int selinux_set_mnt_opts(struct super_block *sb, * we need to skip the double mount verification. * * This does open a hole in which we will not notice if the first - * mount using this sb set explict options and a second mount using + * mount using this sb set explicit options and a second mount using * this sb does not set any security options. (The first options * will be used for both mounts) */ @@ -6795,7 +6795,7 @@ static u32 bpf_map_fmode_to_av(fmode_t fmode) } /* This function will check the file pass through unix socket or binder to see - * if it is a bpf related object. And apply correspinding checks on the bpf + * if it is a bpf related object. And apply corresponding checks on the bpf * object based on the type. The bpf maps and programs, not like other files and * socket, are using a shared anonymous inode inside the kernel as their inode. * So checking that inode cannot identify if the process have privilege to diff --git a/security/selinux/include/audit.h b/security/selinux/include/audit.h index 1cba83d17f41..406bceb90c6c 100644 --- a/security/selinux/include/audit.h +++ b/security/selinux/include/audit.h @@ -18,7 +18,7 @@ /** * selinux_audit_rule_init - alloc/init an selinux audit rule structure. * @field: the field this rule refers to - * @op: the operater the rule uses + * @op: the operator the rule uses * @rulestr: the text "target" of the rule * @rule: pointer to the new rule structure returned via this * |