We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b31079 commit 8b61e8fCopy full SHA for 8b61e8f
1 file changed
bubblewrap.c
@@ -382,7 +382,7 @@ handle_die_with_parent (void)
382
}
383
384
static void
385
-gate_signals (int action, sigset_t *prevmask) // here
+gate_signals (int action, sigset_t *prevmask)
386
{
387
sigset_t mask;
388
@@ -980,7 +980,7 @@ get_newroot_path (const char *path)
980
return strconcat ("/newroot/", path);
981
982
983
-static void //fix for uid maps range, instead of single will come here | but that's for later...
+static void
984
write_uid_gid_map (uid_t sandbox_uid,
985
uid_t parent_uid,
986
uid_t sandbox_gid,
0 commit comments