summaryrefslogtreecommitdiff
path: root/bubblewrap.c
Commit message (Expand)AuthorAgeFilesLines
* Declare file local variables staticChristian Göttsche2023-02-281-29/+29
* Avoid implicit conversionsChristian Göttsche2023-02-281-3/+3
* Enable and resolve sign comparisson warningsChristian Göttsche2023-02-281-10/+10
* Attempt to clarify error message for missing CONFIG_SECCOMP_FILTERSimon McVittie2023-01-231-1/+9
* Add --assert-userns-disabled optionSimon McVittie2023-01-031-9/+15
* Add an option to disable nested user namespaces by setting limit to 1Simon McVittie2023-01-031-6/+48
* Fix copy/paste error in help for --pidnsSimon McVittie2022-10-271-1/+1
* Merge pull request #509 from tomsmeding/tmpfs-sizeSimon McVittie2022-10-261-38/+103
|\
| * Add --size option to control size of a --tmpfsTom Smeding2022-10-261-18/+93
| * Prepare for multiple different modifier optionsTom Smeding2022-05-141-21/+11
* | Merge pull request #487 from smcv/better-enospc-messageSimon McVittie2022-10-031-0/+3
|\ \
| * | Improve error message when clone() fails with ENOSPCSimon McVittie2022-03-221-0/+3
* | | bind-mount: Include failing path in error messageSimon McVittie2022-08-161-4/+7
| |/ |/|
* | Silence -Wunused-but-set-variable with clangSimon McVittie2022-04-051-1/+1
* | Fix --add-seccomp-fd argument name in usagerusty-snake2022-03-221-1/+1
|/
* 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