1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Lakka-rk322x/packages/lakka/retroarch_base/retroarch/tmpfiles.d/retroarch-userdirs.conf
Tomáš Kelemen (vudiq) 589208887e Lakka: make some folders "world" writable
so we don't have to use superuser when accessing the ext4 partition on
the thumbdrive / SD card in a computer
2022-03-28 22:14:45 +02:00

27 lines
1.3 KiB
Plaintext

d /storage/assets 0777 root root - -
d /storage/cores 0777 root root - -
d /storage/database 0777 root root - -
d /storage/joypads 0777 root root - -
d /storage/overlays 0777 root root - -
d /storage/shaders 0777 root root - -
d /storage/system 0777 root root - -
d /storage/logfiles 0777 root root - -
d /storage/playlists 0777 root root - -
d /storage/recordings 0777 root root - -
d /storage/remappings 0777 root root - -
d /storage/roms 0777 root root - -
d /storage/roms/downloads 0777 root root - -
d /storage/savefiles 0777 root root - -
d /storage/savestates 0777 root root - -
d /storage/screenshots 0777 root root - -
d /storage/thumbnails 0777 root root - -
d /storage/.tmp 0777 root root - -
d /storage/.tmp/assets-workdir 0777 root root - -
d /storage/.tmp/cores-workdir 0777 root root - -
d /storage/.tmp/database-workdir 0777 root root - -
d /storage/.tmp/joypads-workdir 0777 root root - -
d /storage/.tmp/overlays-workdir 0777 root root - -
d /storage/.tmp/shaders-workdir 0777 root root - -
d /storage/.tmp/system-workdir 0777 root root - -