Skip to content

Commit e1ff104

Browse files
ao2smcv
authored andcommitted
bubblewrap: Adjust wording in a comment
Adjust wording in one of the comment, to read more clearly. Consider the previous wording: "... a problem if we're privileged, if we're not opt_unshare_user ..." it might sound like the "not" refers to `opt_unshare_user`, while in fact refers to "being privileged" from the previous sentence. Adding a "then" removes the ambiguity, making the message flow better, especially for non-native English readers. Signed-off-by: Antonio Ospite <antonio.ospite@collabora.com>
1 parent b05931c commit e1ff104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bubblewrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,8 +2674,8 @@ main (int argc,
26742674
}
26752675

26762676
/* Debian lets you disable *unprivileged* user namespaces. However this is not
2677-
a problem if we're privileged, and if we're not opt_unshare_user is true
2678-
already, and there is not much we can do, its just a non-working setup. */
2677+
a problem if we're privileged, and if we're not then opt_unshare_user is true
2678+
already, and there is not much we can do, it's just a non-working setup. */
26792679

26802680
if (!disabled)
26812681
opt_unshare_user = true;

0 commit comments

Comments
 (0)