Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 579 Bytes

File metadata and controls

17 lines (14 loc) · 579 Bytes

System Helper

Users without privileges can mount erofs filesystems to directories using the following D-Bus call:

busctl --system call org.deepin.linglong.SystemHelper \
    /org/deepin/linglong/FilesystemHelper \
    org.deepin.linglong.FilesystemHelper \
    Mount \
    sssa{sv} \
    '/var/lib/linglong/vfs/blobs/6f6b34b09e8a72ec52013407289064f5' \
    '/run/user/1000/linglong/vfs/layers/com.qq.music/1.1.3/x86_64/' \
    'erofs' \
    0

This command uses the SystemHelper D-Bus interface to mount an erofs filesystem without requiring elevated privileges.