diff options
author | Omar Polo <op@omarpolo.com> | 2023-05-08 10:27:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-05-08 10:27:32 +0000 |
commit | 0b62f4842d7c65b8f64c5f676a0a05333fd7db6f (patch) | |
tree | 8c69dbb8e4254f66e7cd8d837d80c63fb65661ea /Makefile | |
parent | c9e97a6ecb4acc6796468cf6bf1f31e8dc172694 (diff) |
drop landlock/seccomp and capsicum support
it reached a point where this stuff is not maintenable. I'd like
to move forward with gmid, but the restriction of capsicum and the
linux environment at large that make landlock unusable (how can you
resolve DNS portably when under landlock?) -and don't get me started
on seccomp- makes it impossible for me to do any work.
So, I prefer removing the crap, resuming working on gmid by cleaning
stuff and consolidating the features, improving various things
etc... and then eventually see how to introduce some sandboxing
again on other systems. Patches to resume sandboxing are, as always,
welcome!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,7 +56,6 @@ GG_SRCS = gg.c \ GG_OBJS = ${GG_SRCS:.c=.o} ${COBJS} SRCS = gmid.h \ - landlock_shim.h \ parse.y \ ${GMID_SRCS} \ ${GE_SRCS} \ @@ -153,7 +152,6 @@ DISTFILES = .cirrus.yml \ gmid.conf.5 \ gmid.h \ iri.c \ - landlock_shim.h \ log.c \ mime.c \ parse.y \ |