From d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 11 Mar 2024 21:30:31 -0400 Subject: usermode capable kernel with logging syscall --- abi/permission.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 abi/permission.h (limited to 'abi/permission.h') diff --git a/abi/permission.h b/abi/permission.h new file mode 100644 index 0000000..5ca56e0 --- /dev/null +++ b/abi/permission.h @@ -0,0 +1,6 @@ +#ifndef JOVE_ABI_PERMISSION_H +#define JOVE_ABI_PERMISSION_H 1 + +#define PERM_MEMSRV 0 + +#endif -- cgit v1.2.1