]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/mount.c
mount: Cleanup auto-creating mount targets
[people/ms/pakfire.git] / src / libpakfire / mount.c
2022-11-19  Michael Tremermount: Cleanup auto-creating mount targets
2022-11-19  Michael Tremermount: Fix argument order for bind-mounting device...
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerutil: Refactor pakfire_path_join
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-16  Michael Tremerjail: Export new bind action in favour of pakfire_bind()
2022-08-16  Michael Tremermount: Drop unused pakfire_umount_all function
2022-08-16  Michael Tremerjail: Implement bind-mounting anything into the jail
2022-08-02  Michael Tremermount: Add /dev/shm
2022-08-02  Michael Tremermount: Bring back /tmp to jail
2022-08-02  Michael Tremermount: Mount a new instance of /dev/pts
2022-08-02  Michael Tremermount: Make /dev/mqueue available in jail
2022-08-02  Michael Tremermount: Fix mounting any file systems from the host...
2022-08-02  Michael Tremerjail: Try bind-mounting device nodes when we cannot...
2022-07-19  Michael Tremermount: Don't return error in foreach when there are...
2022-07-19  Michael TremerRevert "mount: Adjust mount flags for unprivileged...
2022-07-19  Michael Tremermount: Adjust mount flags for unprivileged users
2022-07-19  Michael Tremermount: Use mount(2) to perform any mount operations
2022-07-18  Michael Tremermount: Don't mount /tmp in container
2022-07-17  Michael TremerUse sane directory/file permissions throughout
2022-07-17  Michael Tremermount: Remove unused variable
2022-07-17  Michael Tremermount: Move pakfire_bind() into mount.c
2022-07-17  Michael Tremermount: Mount the interpreter every time
2022-07-17  Michael Tremerexecute: Mount all file systems only in namespace
2022-07-17  Michael Tremerexecute: Disable mount propagation before calling pivot...
2022-05-25  Michael Tremerexecute: List all mountpoints after mount
2022-05-24  Michael Tremermount: Don't list everything after each mount operation
2022-05-24  Michael Tremermount: Don't mess with the helpers
2022-05-24  Michael Tremermount: Use libmount to iterate over any mountpoints
2022-05-24  Michael Tremerlibpakfire: Move mount operations into a new file