public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
ef27c7d553879cae85af0ecb14ae2b17e5d0cb89 blob 514 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright Red Hat
 * Author: Stefano Brivio <sbrivio@redhat.com>
 * Author: David Gibson <david@gibson.dropbear.id.au>
 */

#ifndef ISOLATION_H
#define ISOLATION_H

#include <stdbool.h>
#include <unistd.h>

int isolate_initial(int argc, char **argv);
void isolate_user(const struct ctx *c, uid_t uid, gid_t gid, bool use_userns,
		  const char *userns);
int isolate_prefork(const struct ctx *c);
void isolate_postfork(const struct ctx *c);

#endif /* ISOLATION_H */
debug log:

solving ef27c7d5 ...
found ef27c7d5 in https://archives.passt.top/passt-dev/20260714092926.2881848-3-david@gibson.dropbear.id.au/
found 66b6968d in https://passt.top/passt
preparing index
index prepared:
100644 66b6968d0710d32426d9ff74534656100be2ed4a	isolation.h

applying [1/1] https://archives.passt.top/passt-dev/20260714092926.2881848-3-david@gibson.dropbear.id.au/
diff --git a/isolation.h b/isolation.h
index 66b6968d..ef27c7d5 100644

Checking patch isolation.h...
Applied patch isolation.h cleanly.

index at:
100644 ef27c7d553879cae85af0ecb14ae2b17e5d0cb89	isolation.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).