FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
06-26-2023 01:29 PM
I've searched the board for this information already, but unfortunately I didn't found an explicit answer.
According to https://developer.community.boschrexroth.com/t5/ctrlX-CORE/Filesystem-access-to-app-data/m-p/62090 data stored inside a snap can be accessed from within other snaps.
Is it possible to store some Snap specific data persistent without granting acces to that to other snaps or is this the default anyway? If not, is there a way to limit the access to the own snap (e.g. via file permissions)?
Thank you.
Solved! Go to Solution.
06-26-2023 02:47 PM - last edited on 06-26-2023 03:35 PM by CodeShepherd
EDIT: Moved to corresponding forum SDK.
By default the data of your snap is not accessible by any other snap on the system. The snaps run in their restrictive security sandbox. To learn more about this you can look at: snapcraft.io - security policy and sandboxing.
What is shown in the post you mentioned, is how to connect to a the configuration storage on the ctrlX OS. This is a place where you can store files, if you explicitly want to share a file with the user or another app on the system.