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

View File

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