mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
security: smack: fix spelling mistake
Fix misspelling: overriden → overridden Signed-off-by: Qingshuang Fu <fuqingshuang@kylinos.cn> Changes since v1: - Split original single patch into two standalone patches, separate AppArmor and Smack changes for different maintainer trees. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
This commit is contained in:
parent
b78fede1c6
commit
3cef22655c
|
|
@ -115,7 +115,7 @@ struct smack_known *smack_syslog_label;
|
|||
/*
|
||||
* Ptrace current rule
|
||||
* SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
|
||||
* SMACK_PTRACE_EXACT labels must match, but can be overriden with
|
||||
* SMACK_PTRACE_EXACT labels must match, but can be overridden with
|
||||
* CAP_SYS_PTRACE
|
||||
* SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user