Skip to content

Commit 8b61e8f

Browse files
committed
Remove comments unrelated to this PR
Signed-off-by: Aaruni Kaushik <akaushik@mathematik.uni-kl.de>
1 parent 9b31079 commit 8b61e8f

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
@@ -382,7 +382,7 @@ handle_die_with_parent (void)
382382
}
383383

384384
static void
385-
gate_signals (int action, sigset_t *prevmask) // here
385+
gate_signals (int action, sigset_t *prevmask)
386386
{
387387
sigset_t mask;
388388

@@ -980,7 +980,7 @@ get_newroot_path (const char *path)
980980
return strconcat ("/newroot/", path);
981981
}
982982

983-
static void //fix for uid maps range, instead of single will come here | but that's for later...
983+
static void
984984
write_uid_gid_map (uid_t sandbox_uid,
985985
uid_t parent_uid,
986986
uid_t sandbox_gid,

0 commit comments

Comments
 (0)