aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-03-03 16:06:40 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2021-03-03 16:43:29 +0100
commit9968b4498a4e0859335fbaad5d6fe348ddedbfa5 (patch)
treef82d45922698220512dc37660db3024190f5bb66 /src
parentprivate-etc: minor timetrace fix (diff)
downloadfirejail-9968b4498a4e0859335fbaad5d6fe348ddedbfa5.tar.gz
firejail-9968b4498a4e0859335fbaad5d6fe348ddedbfa5.tar.zst
firejail-9968b4498a4e0859335fbaad5d6fe348ddedbfa5.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/firejail/sandbox.c2
1 files changed, 1 insertions, 1 deletions
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) {
575} 575}
576 576
577static void enforce_filters(void) { 577static void enforce_filters(void) {
578 fmessage("\n** Warning: dropping all Linux capabilities and setting NO_NEW_PRIVS prctl **\n\n");
578 // enforce NO_NEW_PRIVS 579 // enforce NO_NEW_PRIVS
579 arg_nonewprivs = 1; 580 arg_nonewprivs = 1;
580 force_nonewprivs = 1; 581 force_nonewprivs = 1;
581 582
582 // disable all capabilities 583 // disable all capabilities
583 fmessage("\n** Warning: dropping all Linux capabilities and setting NO_NEW_PRIVS prctl **\n\n");
584 arg_caps_drop_all = 1; 584 arg_caps_drop_all = 1;
585 585
586 // drop all supplementary groups; /etc/group file inside chroot 586 // drop all supplementary groups; /etc/group file inside chroot