summaryrefslogtreecommitdiff
path: root/src/shared/mount-util.c
Commit message (Expand)AuthorAgeFilesLines
* New directives NoExecPaths= ExecPaths=Topi Miettinen2021-01-291-7/+8
* mount-util: add helper to mount image inside live namespaceLuca Boccassi2021-01-211-10/+50
* machine: use file descriptor when chasing bind mount sourcesLuca Boccassi2021-01-181-8/+9
* machine: enter target PID namespace when adding a live mountLuca Boccassi2021-01-181-3/+3
* shared/mount-util: use namespace_fork utilsLuca Boccassi2021-01-181-16/+24
* machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi2021-01-181-0/+217
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* mount-util: show mount source in mount_verbose_full() debug outputLennart Poettering2020-09-251-2/+2
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-3/+12
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-12/+22
* mount-util: make sure get_mount_flags() ever follows symlinksLennart Poettering2020-09-231-3/+11
* mount-util: add helpers for mount() without following symlinksLennart Poettering2020-09-231-0/+50
* tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering2020-09-221-3/+4
* mount-util: tweak how we find inaccessible device nodesLennart Poettering2020-08-201-4/+18
* mount-util: use UMOUNT_NOFOLLOW in recursive umounterLennart Poettering2020-07-071-3/+2
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-11/+11
* inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...Lennart Poettering2020-06-091-38/+40
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-2/+2
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* core: make sure we use the correct mount flag when re-mounting bind mountsLennart Poettering2020-01-091-0/+32
* mount-util: line break overly long function prototypesLennart Poettering2020-01-091-1/+7
* mount-util: clean up get_mount_flags()Lennart Poettering2020-01-091-13/+35
* mount-util: don't mask away MS_RDONLY twiceLennart Poettering2020-01-091-2/+0
* mount-util: rename cleaned → simplified, because that's what we actually di...Lennart Poettering2020-01-091-17/+17
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-12/+46
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-1/+1
* mount-util: bind_remount: avoid calling statvfsJakob Unterwurzacher2019-07-171-4/+27
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1
* Merge pull request #12218 from keszybz/use-libmount-moreLennart Poettering2019-04-301-76/+47
|\
| * shared/mount-util: make sure utab is ignored in umount_recursive()Zbigniew Jędrzejewski-Szmek2019-04-231-1/+1
| * Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek2019-04-231-12/+2
| * shared/mount-util: convert to libmountZbigniew Jędrzejewski-Szmek2019-04-231-76/+57
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-1/+0
* Add fopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-11/+7
* util-lib: fix sentence in commentZbigniew Jędrzejewski-Szmek2019-03-261-1/+1
* mount-util: beef up bind_remount_recursive() to be able to toggle more than M...Lennart Poettering2019-03-251-8/+13
* mount-util: use set_put_strdup() where appropriateLennart Poettering2019-03-251-5/+1
* mount-util: don't clobber return value in umount_recursive()Lennart Poettering2019-03-251-5/+5
* Move mount-util.c to shared/Zbigniew Jędrzejewski-Szmek2018-11-291-0/+570