summaryrefslogtreecommitdiff
path: root/bind-mount.c
Commit message (Expand)AuthorAgeFilesLines
* Enable and resolve sign comparisson warningsChristian Göttsche2023-02-281-1/+1
* bind-mount: Include failing path in error messageSimon McVittie2022-08-161-17/+48
* bind-mount: Be more const-correctSimon McVittie2021-10-111-1/+1
* Add SPDX-License-Identifier for files that already specify licenseSimon McVittie2021-08-311-0/+1
* bind-mount: Factor out bind_mount_result_to_string()Simon McVittie2021-06-231-22/+43
* bind_mount: Return an error code, and provide a way to display itSimon McVittie2021-06-231-9/+70
* Add support for bind-mount on case-insensitive filesystemsLudovico de Nittis2021-02-161-2/+26
* Add MS_SILENT to most mount() invocationsColin Walters2020-05-181-3/+3
* bubblewrap: Remove not needed MS_MGC_VAL mount flagMarcos Paulo de Souza2017-09-261-3/+3
* bind-mount: Check for errors in realpath()Alexander Larsson2016-12-131-0/+2
* bind-mount: Fix issue when destination of mount is in a symlinkAlexander Larsson2016-11-221-3/+8
* bind-mounts: Fix handling of covered mountpointsAlexander Larsson2016-11-151-117/+262
* Add --remount-ro DESTGiuseppe Scrivano2016-08-121-2/+5
* Ran uncruftify.shAlexander Larsson2016-05-131-28/+32
* Remove unused BIND_PRIVATEAlexander Larsson2016-03-071-8/+0
* When getting mount flags, pick the *last* matchAlexander Larsson2016-03-071-1/+1
* Handle recursive remount failures where we we're not allowed accessAlexander Larsson2016-03-071-1/+6
* Don't remount mounts when the mount flags didn't change.Alexander Larsson2016-03-071-5/+9
* Fix up submount matchingAlexander Larsson2016-03-071-4/+2
* Rename to bubblewrapAlexander Larsson2016-02-171-1/+1
* Fix bind mountsAlexander Larsson2016-02-161-1/+1
* Break out bind_mount() to separate fileAlexander Larsson2016-02-161-0/+282