From 7db7a2f226051823d7177308fa8cb6231e732888 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 6 Mar 2017 09:23:03 -0500 Subject: spelling --- src/faudit/seccomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/faudit') diff --git a/src/faudit/seccomp.c b/src/faudit/seccomp.c index fe814598b..1c188aa45 100644 --- a/src/faudit/seccomp.c +++ b/src/faudit/seccomp.c @@ -54,7 +54,7 @@ void seccomp_test(void) { printf("BAD: seccomp disabled. Use \"firejail --seccomp\" to enable it.\n"); } else if (seccomp_status == 1) - printf("GOOD: seccomp strict mode - only read, write, _exit, and sigreturn are allowd.\n"); + printf("GOOD: seccomp strict mode - only read, write, _exit, and sigreturn are allowed.\n"); else if (seccomp_status == 2) { printf("GOOD: seccomp BPF enabled.\n"); -- cgit v1.2.3-70-g09d2