aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/seccomp/seccomp-build.h
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-25 03:59:52 +0900
committerOphestra <cat@gensokyo.uk>2025-06-25 04:57:41 +0900
commit87e008d56de974947ebb99c2cc40b25d3c2cf43e (patch)
tree31791911e5226d6ec04e3fac7d91b0bf53e63aa5 /sandbox/seccomp/seccomp-build.h
parent399207321265307bb15f37d867f9370cd51c82a8 (diff)
treewide: rename to hakurei
Fortify makes little sense for a container tool. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/seccomp/seccomp-build.h')
-rw-r--r--sandbox/seccomp/seccomp-build.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/sandbox/seccomp/seccomp-build.h b/sandbox/seccomp/seccomp-build.h
index 9a4e4d7a..10f6eac2 100644
--- a/sandbox/seccomp/seccomp-build.h
+++ b/sandbox/seccomp/seccomp-build.h
@@ -7,17 +7,17 @@
#endif
typedef enum {
- F_VERBOSE = 1 << 0,
- F_EXT = 1 << 1,
- F_DENY_NS = 1 << 2,
- F_DENY_TTY = 1 << 3,
- F_DENY_DEVEL = 1 << 4,
- F_MULTIARCH = 1 << 5,
- F_LINUX32 = 1 << 6,
- F_CAN = 1 << 7,
- F_BLUETOOTH = 1 << 8,
-} f_filter_opts;
+ HAKUREI_VERBOSE = 1 << 0,
+ HAKUREI_EXT = 1 << 1,
+ HAKUREI_DENY_NS = 1 << 2,
+ HAKUREI_DENY_TTY = 1 << 3,
+ HAKUREI_DENY_DEVEL = 1 << 4,
+ HAKUREI_MULTIARCH = 1 << 5,
+ HAKUREI_LINUX32 = 1 << 6,
+ HAKUREI_CAN = 1 << 7,
+ HAKUREI_BLUETOOTH = 1 << 8,
+} hakurei_filter_opts;
-extern void f_println(char *v);
-int32_t f_build_filter(int *ret_p, int fd, uint32_t arch, uint32_t multiarch,
- f_filter_opts opts); \ No newline at end of file
+extern void hakurei_println(char *v);
+int32_t hakurei_build_filter(int *ret_p, int fd, uint32_t arch, uint32_t multiarch,
+ hakurei_filter_opts opts); \ No newline at end of file