public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
ea8dacbd7c3495a057d67bb16d00f7f636b547cd blob 543 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, bool use_chroot_fallback);
int isolate_prefork(const struct ctx *c);
void isolate_postfork(const struct ctx *c);

#endif /* ISOLATION_H */
debug log:

solving ea8dacb ...
found ea8dacb in https://archives.passt.top/passt-dev/20260624095953.758482-1-mateusz.andrzejewski@mikronika.com.pl/
found 0576168 in https://passt.top/passt
preparing index
index prepared:
100644 057616845aaeba55d40d60b8d0f6ae1911a9e93a	isolation.h

applying [1/1] https://archives.passt.top/passt-dev/20260624095953.758482-1-mateusz.andrzejewski@mikronika.com.pl/
diff --git a/isolation.h b/isolation.h
index 0576168..ea8dacb 100644

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

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