jail: read and apply umask from OCI if defined
[project/procd.git] / jail /
2020-07-19 Daniel Gollejail: read and apply umask from OCI if defined
2020-07-19 Daniel Gollejail: implement OCI user additionalGIDs
2020-07-19 Daniel Gollejail: parse and apply OCI sysctl values
2020-07-19 Daniel Gollejail: fix hooks
2020-07-17 Daniel Gollejail: add support for maskedPaths and readonlyPaths
2020-07-16 Daniel Gollejail: fix some more mount options
2020-07-15 Daniel Gollejail: fs: fix build on uClibc-ng
2020-07-13 Daniel Gollejail: fix false return in case of nofail mount
2020-07-13 Daniel Gollejail: don't make mount source read-only
2020-07-13 Daniel Gollejail: refactor mount support to cover OCI spec
2020-07-13 Daniel Gollejail: memory allocation fixes
2020-07-13 Daniel Gollejail: parse and run OCI hooks
2020-07-13 Daniel Gollejail: actually chdir into OCI defined CWD
2020-07-13 Daniel Gollejail: consider PATH for argv in OCI container
2020-07-13 Daniel Gollejail: fix segfault with len(uidmap/gidmap) > 1
2020-07-11 Rosen Penevprocd: fix compilation with uClibc-ng
2020-07-11 Daniel Gollejail: use linux/capability.h instead of sys/capability.h
2020-07-10 Daniel Gollejail: fix build on platforms without seccomp support
2020-07-10 Daniel Gollejail: add support for running OCI bundle
2020-05-28 Daniel Gollejail: handle containers seperately
2020-05-28 Daniel Gollejail: use sane termios settings for console pts
2020-05-15 Daniel Gollejail: add option to provide /dev/console to containers
2020-05-15 Leonardo Mörleinjail: unnamed jails can not have netns (fix segfault)
2020-05-15 Leonardo Mörleinjail: SIGSEGV must not be forwarded to the child process
2020-04-25 Daniel Gollejail: don't load libpreload-seccomp.so if it doesn...
2020-04-25 Daniel Gollejail: don't fail unless requirejail is set
2020-04-19 Daniel Gollejail: include /etc/nsswitch.conf in jail for glibc.
2020-04-14 Daniel Gollejail: always mount /dev as additional tmpfs
2020-04-13 Daniel Gollejail: replace /etc/resolv.conf with symlink in extroot...
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-02-11 Kevin Darbyshire... seccomp: fix resource leak
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
2019-03-11 Wojciech Dubowikprocd: trace: Define syscall registers for powerpc...
2018-01-02 Rosen Penevprocd: Add %m to several functions that return errno.
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2017-09-28 Michal Sojkautrace: Support non-contiguous syscall numbers
2017-09-28 Michal Sojkaseccomp: Improve error message
2017-09-28 Michal Sojkapreload-seccomp: Use proper log level for error messages
2017-09-28 Michal Sojkaseccomp: Log seccomp violations with utrace
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: add O_CLOEXEC flag to open() call
2015-12-11 Etienne CHAMPETIERujail: fixup code style // -> /* */
2015-11-27 Etienne CHAMPETIERujail: add ELF interpreter (DT_INTERP) to the jail
2015-11-27 Etienne CHAMPETIERujail: automatically add script (#!) interpreter
2015-11-27 Etienne CHAMPETIERujail: rework fs jail part
2015-11-27 Etienne CHAMPETIERujail: DT_STRTAB uses d_ptr in d_un union (not d_val)
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> and <syslog.h> to seccomp.h
2015-11-27 Etienne CHAMPETIERujail: add <stdio.h> to log.h
2015-11-27 Etienne CHAMPETIERujail: put #include guard macro in all *.h
2015-11-27 Etienne CHAMPETIERujail: use more const in elf.*
2015-11-27 Etienne CHAMPETIERujail: stop using extern in elf.h
2015-11-27 Etienne CHAMPETIERujail: don't pass unused arg in clone call
2015-11-27 Etienne CHAMPETIERujail: don't add non existant library_path
2015-11-07 Ulrich Webersyslog: set sane priority values
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-10-03 Etienne CHAMPETIERjail, seccomp: remove useless root check
2015-10-03 Etienne CHAMPETIERjail, seccomp: fix typo/improve log prefix
2015-07-24 Etienne CHAMPETIERjail: fix jail root folder permissions
2015-05-14 Daniel Gollejail: respect byte order when setting AUDIT_ARCH
2015-05-14 Daniel Gollejail: add support for ARM architecture
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