summaryrefslogtreecommitdiff
path: root/bubblewrap.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error message when clone() fails with ENOSPCSimon McVittie2022-03-221-0/+3
* Use HEAD to refer to other projects' default branches in documentationSimon McVittie2022-02-131-2/+2
* Allow loading more than one seccomp programSimon McVittie2022-01-311-23/+77
* Generalize linked lists of LockFile and SetupOpSimon McVittie2022-01-311-19/+36
* Handle argc == 0 betterPhaedrus Leeds2022-01-311-3/+3
* Fix spellinga13460542021-10-141-1/+1
* bubblewrap: Avoid a -Wjump-misses-init false-positiveSimon McVittie2021-10-111-1/+1
* main: Warn when non-repeatable options are repeatedSimon McVittie2021-10-101-0/+53
* Add SPDX-License-Identifier for files that already specify licenseSimon McVittie2021-08-311-0/+1
* Document --chmod in --helpSimon McVittie2021-06-231-0/+1
* bind_mount: Return an error code, and provide a way to display itSimon McVittie2021-06-231-4/+14
* Handle all enum values in switchSimon McVittie2021-06-231-0/+13
* Merge pull request #401 from smcv/clearenvColin Walters2021-06-231-0/+5
|\
| * Add --clearenv optionSimon McVittie2021-06-221-0/+5
* | Merge pull request #403 from RyuzakiKK/case_insensitive_fsSimon McVittie2021-06-231-8/+0
|\ \ | |/ |/|
| * Add support for bind-mount on case-insensitive filesystemsLudovico de Nittis2021-02-161-8/+0
* | Implement --perms and --chmodSimon McVittie2021-06-101-21/+189
* | Merge pull request #410 from haraldkubota/zsh_completionSimon McVittie2021-06-101-1/+1
|\ \
| * | Typo fixHarald Kubota2021-04-251-1/+1
| |/
* | Create files as mount points with read-only permissionsSimon McVittie2021-04-071-4/+4
|/
* Fix shadow of previous localPhaedrus Leeds2020-09-111-1/+1
* Accept EROFS for access() check of /proc entriesJürg Billeter2020-08-181-1/+1
* Correct name of PR_SET_NO_NEW_PRIVS in error messageSimon McVittie2020-05-231-1/+1
* Add MS_SILENT to most mount() invocationsColin Walters2020-05-181-3/+3
* drop_privs: More explicit argument nameAlexander Larsson2020-03-301-2/+2
* Don't support --userns2 in setuid modeAlexander Larsson2020-03-271-0/+3
* Don't rely on geteuid() to know when to switch back from setuid rootAlexander Larsson2020-03-261-5/+7
* Ensure we're always clearing the cap bounding setdrop-cap-bounding-set-2Alexander Larsson2020-02-171-0/+3
* retcode: fix return code with syncfd and no event_fdautoJean-Baptiste BESNARD2020-01-281-8/+11
* --userns --uid: Only swtich user if neededreuse-namespacesAlexander Larsson2019-11-271-2/+2
* Allow --uid and --gid with --usernsAlexander Larsson2019-11-271-6/+16
* Drop cap bounding set also in --userns caseAlexander Larsson2019-11-271-1/+1
* Fix typo in commentAlexander Larsson2019-11-261-1/+1
* Add support for --pidnsAlexander Larsson2019-11-261-2/+62
* Add support for --userns and --userns2Alexander Larsson2019-11-221-3/+76
* Mark init process as dumpable so we can see stuff in its /procAlexander Larsson2019-11-211-0/+4
* setuid mode: Properly drop privs in monitor and pid1Alexander Larsson2019-11-211-1/+1
* Add work-around for TEMP_FAILURE_RETRY to support muslshawrkbait2019-10-111-0/+9
* bwrap: include the pid namespace id in status/jsonChristian Kellner2019-09-181-3/+91
* bwrap: set opt_unshare_cgroup when _try succeedsChristian Kellner2019-09-181-2/+5
* Don't create our own temporary mount point for pivot_rootSimon McVittie2019-03-061-11/+9
* Fix typosJakub Wilk2019-02-261-5/+5
* bwrap: Report COMMAND exit code in json-status-fdRichard Maw2018-11-051-6/+68
* bwrap: add option json-status-fd to show child exit codeRichard Maw2018-11-051-4/+46
* Add --bind-try optionsPatrick Griffis2018-08-091-8/+30
* Use "tmpfs" instead of empty string for mountColin Walters2018-07-171-1/+1
* Fix leak detected by LSan/ASanOlivier Blin2018-06-141-5/+8
* bwrap, pivot_root: do not require write access to the rootfsGiuseppe Scrivano2018-04-301-21/+21
* bwrap: do not always make /proc/{sys,sysrq-trigger,irq} roGiuseppe Scrivano2018-04-301-3/+9
* Use pivot_root() instead of chroot() for final rootColin Walters2018-04-301-8/+34