public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
057616845aaeba55d40d60b8d0f6ae1911a9e93a blob 517 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>

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

#endif /* ISOLATION_H */
debug log:

solving 0576168 ...
found 0576168 in https://archives.passt.top/passt-dev/20260223181119.179746-1-pefoley@google.com/
found 80bb68d in https://passt.top/passt
preparing index
index prepared:
100644 80bb68dc0a5fe1af8376168bd130c78db55ac3b8	isolation.h

applying [1/1] https://archives.passt.top/passt-dev/20260223181119.179746-1-pefoley@google.com/
diff --git a/isolation.h b/isolation.h
index 80bb68d..0576168 100644

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

index at:
100644 057616845aaeba55d40d60b8d0f6ae1911a9e93a	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).