From: Tóth János <[email protected]>
Fix a spelling error in smakcfs.
Signed-off-by: Tóth János <[email protected]>
---
security/smack/smackfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c
index 5590eaad241b..2b79c30d4bb6 100644
--- a/security/smack/smackfs.c
+++ b/security/smack/smackfs.c
@@ -114,7 +114,7 @@ struct smack_known *smack_syslog_label;
* SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
* SMACK_PTRACE_EXACT labels must match, but can be overriden with
* CAP_SYS_PTRACE
- * SMACK_PTRACE_DRACONIAN lables must match, CAP_SYS_PTRACE has no effect
+ * SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
*/
int smack_ptrace_rule = SMACK_PTRACE_DEFAULT;
---
base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1
change-id: 20230706-smackfs-lables-fix-ac965c4c479f
Best regards,
--
Tóth János <[email protected]>
On 7/20/2023 3:45 AM, Tóth János via B4 Relay wrote:
> From: Tóth János <[email protected]>
>
> Fix a spelling error in smakcfs.
>
> Signed-off-by: Tóth János <[email protected]>
I have the original queued for inclusion.
> ---
> security/smack/smackfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 5590eaad241b..2b79c30d4bb6 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -114,7 +114,7 @@ struct smack_known *smack_syslog_label;
> * SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
> * SMACK_PTRACE_EXACT labels must match, but can be overriden with
> * CAP_SYS_PTRACE
> - * SMACK_PTRACE_DRACONIAN lables must match, CAP_SYS_PTRACE has no effect
> + * SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
> */
> int smack_ptrace_rule = SMACK_PTRACE_DEFAULT;
>
>
> ---
> base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1
> change-id: 20230706-smackfs-lables-fix-ac965c4c479f
>
> Best regards,