mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
src/firejail/profile.c: fix trailing whitespace
This amends commit 7f3b6c19a ("Add support for custom AppArmor profiles
(--apparmor=)", 2022-07-25) / PR #5274.
This commit is contained in:
parent
64cad40118
commit
9f900534f1
1 changed files with 1 additions and 1 deletions
|
|
@ -943,7 +943,7 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
|
|||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
if (strncmp(ptr, "apparmor ", 9) == 0) {
|
||||
#ifdef HAVE_APPARMOR
|
||||
arg_apparmor = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue