jail: mount /sys read-only
[oweals/procd.git] / jail / jail.c
2020-04-13 Daniel Gollejail: mount /sys read-only
2020-04-13 Daniel Gollejail: make /proc more secure
2020-04-12 Daniel Gollejail: only mess with rootfs if CLONE_NEWNS was set
2020-04-09 Daniel Gollejail: add support for (ram-)overlayfs
2020-04-09 Daniel Gollejail: add support for userns and cgroupsns
2020-04-09 Daniel Gollejail: add support for launching extroot containers
2020-03-12 Daniel Gollejail: mount-bind /etc/resolv.conf for non-netns jails
2020-01-21 Daniel Gollejail: more strict mount options for /tmp/resolv.conf.d/
2020-01-21 Daniel Gollejail: create resolv.conf symlink for netns jails
2020-01-21 Daniel Gollejail: add basic support for network namespaces
2019-12-30 Daniel Gollejail: remove accidentally added lines
2019-12-30 Daniel Gollejail: set user and group inside jail
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2017-02-08 John Crispinujail: fix signal forwarding
2017-01-10 Etienne CHAMPETIERujail: add basic /dev files
2016-12-02 Felix Fietkauujail: send SIGKILL to jail process if SIGTERM fails
2016-06-03 Etienne CHAMPETIERjail: don't always CLONE_NEWUTS
2016-06-01 Etienne CHAMPETIERjail: ensure mounts are not MS_SHARED to avoid pivot_ro...
2016-06-01 Etienne CHAMPETIERjail: improve some logs
2016-06-01 Etienne CHAMPETIERjail: don't include capabilities config (-C) inside...
2016-06-01 Etienne CHAMPETIERjail: call build_envp() just before execve()
2016-06-01 Etienne CHAMPETIERjail: regroup add_path_and_deps() calls
2016-06-01 Etienne CHAMPETIERjail: call chdir(/) after pivot_root()
2015-12-11 Etienne CHAMPETIERujail: split name (-n) and hostname (-h) options
2015-12-11 Etienne CHAMPETIERujail: add no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERinstance, ujail: remove "-P <path>" option
2015-12-11 Etienne CHAMPETIERujail: fixup code style // -> /* */
2015-11-27 Etienne CHAMPETIERujail: rework fs jail part
2015-11-27 Etienne CHAMPETIERujail: remove some debug/dev hack
2015-11-27 Etienne CHAMPETIERujail: fixup code style: "func()" -> "func(void)"
2015-11-27 Etienne CHAMPETIERujail: add init_library_search()
2015-11-27 Etienne CHAMPETIERujail: use PATH_MAX for path related buffers
2015-11-27 Etienne CHAMPETIERujail: search libs in /lib before /lib64
2015-11-27 Etienne CHAMPETIERujail: remove "#include log.h" from elf.h
2015-11-27 Etienne CHAMPETIERujail: add <stdio.h> to log.h
2015-11-27 Etienne CHAMPETIERujail: use more const in elf.*
2015-11-27 Etienne CHAMPETIERujail: don't pass unused arg in clone call
2015-10-08 Etienne CHAMPETIERjail: Add MS_NODEV MS_NOEXEC MS_NOSUID mount options...
2015-10-07 Etienne CHAMPETIERjail: allow to not use namespaces
2015-10-07 Etienne CHAMPETIERjail: cleanup include
2015-10-07 Etienne CHAMPETIERjail: add capabilities support
2015-10-03 Etienne CHAMPETIERjail: reworks & cleanups
2015-07-24 Etienne CHAMPETIERjail: fix jail root folder permissions
2015-03-28 John Crispinproperly handle return codes
2015-03-27 John Crispinmake it optional to remount the tmpfs as ro
2015-03-23 John Crispinadd initial version of ujail and utrace