Allow data partition write only with secure code (not in BL).

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-10-06 00:42:08 +02:00
parent 56c2ef0cc1
commit d39732c613
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -29,8 +29,8 @@
"families": ["data"],
"permissions": {
"secure": "rw",
"nonsecure": "rw",
"bootloader": "rw"
"nonsecure": "",
"bootloader": "r"
},
"link": ["owner", 0],
"ignored_during_arm_boot": true,