summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_isolation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Use octal instead of mode macrosAlejandro Colomar1-1/+1
2024-06-18fs: Rename nxt_fs_mkdir_all() => nxt_fs_mkdir_p()Alejandro Colomar1-1/+1
2024-04-25Constify a bunch of static local variablesAndrew Clayton1-12/+12
2024-01-30Isolation: Use an appropriate type for storing uid/gidsAndrew Clayton1-3/+3
2023-03-17Default PR_SET_NO_NEW_PRIVS to off.Andrew Clayton1-0/+4
2023-02-24Isolation: rootfs: Set the sticky bit on the tmp directory.Andrew Clayton1-1/+1
2023-02-17Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton1-4/+4
2022-12-10Isolation: wired up per-application cgroup support internally.Andrew Clayton1-0/+50
2022-08-02Rejecting non-Linux pivot_root(2).Alejandro Colomar1-3/+3
2022-08-02Including <mntent.h> iff it exists.Alejandro Colomar1-1/+1
2022-07-18Replaced Linux syscall macros by libc macros.Alejandro Colomar1-1/+1
2021-08-03Fixed dead assignments.Max Romanov1-2/+2
2020-12-14Isolation: fixed unmounting when mnt namespace is in place.Tiago Natel de Moura1-6/+0
2020-11-16Isolation: added option to disable "procfs" mount.Tiago Natel de Moura1-18/+27
2020-11-13Isolation: added option to disable tmpfs mount.Tiago Natel de Moura1-19/+29
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-37/+49
2020-10-29Isolation: correctly unmount non-dependent paths first.Tiago Natel de Moura1-4/+36
2020-09-18Updated racially charged language in messages and comments.Artem Konev1-3/+3
2020-09-16Isolation: remove redundant macro.Tiago Natel de Moura1-1/+1
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura1-10/+57
2020-08-20Isolation: mount tmpfs by default.Tiago Natel de Moura1-49/+56
2020-08-20Moved isolation related code to "nxt_isolation.c".Tiago Natel de Moura1-0/+958