]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/mount.c
compress: Remove legacy logger
[people/ms/pakfire.git] / src / libpakfire / mount.c
2024-01-29  Michael Tremermount: Remove the legacy logger
2024-01-29  Michael Tremerlogging: Make the legacy logger configurable
2023-12-16  Michael Tremermount: No longer create /dev/console in the jail
2023-11-24  Michael Tremermount: Add comment about mounting /proc
2023-11-24  Michael Tremerjail: Mount some things in the outer namespace and...
2023-11-05  Michael Tremerlibpakfire: Drop using libmount
2023-11-05  Michael Tremermount: Use the parse helpers to log /proc/self/mounts
2023-11-02  Michael Tremermount: Remove unused function to check for mountpoints
2023-11-02  Michael Tremermount: Make changing mount operation not dependant...
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-02  Michael Tremermount: Do not call mount with an empty filesystem type
2023-09-12  Michael Tremerpakfire: Create a ramdisk if no path has been given
2023-08-29  Michael Tremerarch: Teach Pakfire to run a different arch effectively
2023-07-17  Michael Tremerjail: Change mount propagation before switching root
2023-07-17  Michael Tremerjail: Use pivot_root() again instead of chroot()
2023-06-20  Michael Tremerjail: Allow accessing loop devices
2023-02-21  Michael Tremermount: Increase size for /tmp in jail
2022-12-12  Michael Tremermount: Fix bind-mounting read-only shares
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