Skip to content

Commit c47b658

Browse files
g0mb4cschaufler
authored andcommitted
security: smack: smackfs: fix typo (lables->labels)
Fix a spelling error in smakcfs. Signed-off-by: Tóth János <gomba007@gmail.com> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
1 parent 06c2afb commit c47b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/smack/smackfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct smack_known *smack_syslog_label;
114114
* SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
115115
* SMACK_PTRACE_EXACT labels must match, but can be overriden with
116116
* CAP_SYS_PTRACE
117-
* SMACK_PTRACE_DRACONIAN lables must match, CAP_SYS_PTRACE has no effect
117+
* SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
118118
*/
119119
int smack_ptrace_rule = SMACK_PTRACE_DEFAULT;
120120

0 commit comments

Comments
 (0)