@aud type of girl who dies every 90 days
Posts
-
refusing to automate my certificate renewal so it can act as a dead man's switch -
Is there a program that can run a program as normal but intercept `open()`/`stat()` calls for a specific path and make it look like there's nothing there?@noracodes (I assume the question is for linux)
bubblewrap is probably the simplest:
bwrap --dev-bind / / --tmpfs $PATH_TO_HIDE $PRGM