Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -37/+49 | |
2020-10-29 | Isolation: correctly unmount non-dependent paths first. | Tiago Natel de Moura | 1 | -4/+36 | |
When mount points reside within other mount points, this patch sorts them by path length and then unmounts then in an order reverse to their mounting. This results in independent paths being unmounted first. This fixes an issue in buildbots where dependent paths failed to unmount, leading to the build script removing system-wide language libraries. | |||||
2020-09-18 | Updated racially charged language in messages and comments. | Artem Konev | 1 | -3/+3 | |
2020-09-16 | Isolation: remove redundant macro. | Tiago Natel de Moura | 1 | -1/+1 | |
2020-08-25 | Isolation: added "automount" option. | Tiago Natel de Moura | 1 | -10/+57 | |
Now it's possible to disable default bind mounts of languages by setting: { "isolation": { "automount": { "language_deps": false } } } In this case, the user is responsible to provide a "rootfs" containing the language libraries and required files for the application. | |||||
2020-08-20 | Isolation: mount tmpfs by default. | Tiago Natel de Moura | 1 | -49/+56 | |
2020-08-20 | Moved isolation related code to "nxt_isolation.c". | Tiago Natel de Moura | 1 | -0/+958 | |