Merge pull request #505 from ctuffli/patch-1

Allow Linux jails to see their mount points
This commit is contained in:
Christer Edwards
2022-05-04 14:46:38 -06:00
committed by GitHub

View File

@@ -170,6 +170,7 @@ ${NAME} {
mount.fstab = ${bastille_jail_fstab};
path = ${bastille_jail_path};
devfs_ruleset = 4;
enforce_statfs = 1;
exec.start = '/bin/true';
exec.stop = '/bin/true';