Files
Liav A. f750bab4ce Base: Prevent a BuggieBox container from being exposed to /sys
/sys has lots of interesting information that an ordinary program in a
container session shouldn't really care about, such as possible major
and minor numbers of potentially exposed device files, etc.

It seems like we don't really need /sys at the moment, so there's no
harmful impact by this change.

The risk of keeping /sys is probably low anyway, because, for example,
a jailed process can't open most device files, even if it "sees" them
in /sys.

However, as another line of defense, let's just not mount /sys in such
environment, if possible.
2026-03-25 13:21:55 +01:00
..
2026-02-17 19:56:18 -05:00