mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Agptek Rocker: Restrict root directory to SD only
Actual / of underlying linux OS should not be available to user. I am still not sure if implementation is correct. It doesn't perform any relative path sandboxing for example. Change-Id: Ic577a10f3947f6e950e2c4d03173f9f207395eb7
This commit is contained in:
parent
09fde79ec8
commit
0538ba3d59
4 changed files with 14 additions and 4 deletions
|
@ -51,8 +51,6 @@
|
|||
#elif defined(DX50) || defined(DX90)
|
||||
/* Where to put save files like recordings, playlists, screen dumps ...*/
|
||||
#define HOME_DIR "/mnt/sdcard"
|
||||
#elif defined(AGPTEK_ROCKER)
|
||||
#define HOME_DIR "/mnt/sd_0"
|
||||
#else
|
||||
#define HOME_DIR "/"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue