
A lightweight, LXC-inspired container runtime for Android and Linux. Run full Linux distributions natively with zero performance penalty - ravindu644/Droidspaces-OSS
Regex песочница
В данной статье описывается процесс реализации песочницы для регулярных выражений с помощью платформы для контейнеризации Docker и утилит Linux. Цель - получить ограниченную среду, куда пользователь может подключиться по SSH и где у него будет минимум возможностей, чтобы он ничего не сломал, но мог свободно использовать регулярные выражения как со встроенными в среду txt заготовками, так и со своим произвольным пользовательским вводом.
So.
We have policy-rc.d in #Debian.
Yet, #debhelper-added scriptlets in maintainer scripts call systemctl if [ -d /run/systemd ].
Which is bad if you’re in an #schroot with /run bind-mounted from the host and the host is running systemd (a customer system, none of mine).
What I need is a way to #whiteout a directory from a #bind #mount.
I heard #overlayfs can do that, but it seems to no longer exist.
Any other ideas¹?
(And yes, I want and need to bind-mount /run itself, as the #chroot adds sockets there that are then accessed from outside the chroot, viceque versa.)
① customer-compatible ones, please; switching the host system to sysvinit is one but the customer’s Ansible standardised on managing all systems with systemd…