My app is unsandboxed.
sandboxed: false
bundles:
{
file:
{
data.txt /mnt/userrw/
}
}
but file is created at /legato/systems/current/appsWriteable/myApp/mnt/userrw/data.txt and not at /mnt/userrw/data.txt
Is it possible to do with .adef file so I can directly write outside or I have to rely on copying file from /legato/systems/current/appsWriteable/myApp/mnt/userrw/data.txt to /mnt/userrw/data.txt ?