From 9968b4498a4e0859335fbaad5d6fe348ddedbfa5 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Wed, 3 Mar 2021 16:06:40 +0100 Subject: cosmetics remove whitespaces in order to create a uniform message layout. Compare with: ** Note: you can use --noprofile to disable default.profile ** when firejail loads the default profile. --- src/firejail/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 058cdafbc..a4c038897 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -575,12 +575,12 @@ void start_application(int no_sandbox, int fd, char *set_sandbox_status) { } static void enforce_filters(void) { + fmessage("\n** Warning: dropping all Linux capabilities and setting NO_NEW_PRIVS prctl **\n\n"); // enforce NO_NEW_PRIVS arg_nonewprivs = 1; force_nonewprivs = 1; // disable all capabilities - fmessage("\n** Warning: dropping all Linux capabilities and setting NO_NEW_PRIVS prctl **\n\n"); arg_caps_drop_all = 1; // drop all supplementary groups; /etc/group file inside chroot -- cgit v1.2.3-70-g09d2