{ "jobs" : [{ "name" : "init", "cmds" : [ "mount ext4 /dev/block/by-name/secure_storage /sec_storage nosuid nodev noatime", "restorecon /sec_storage", "chown tee tee /sec_storage", "chmod 700 /sec_storage", "dp_chown_chmod 700 600 tee tee /sec_storage", "chown tee tee /dev/tc_ns_client", "chown tee tee /dev/tc_private" ] }, { "name" : "post-fs-data", "cmds" : [ "mkdir /data/service/el1/public/sec_storage_data 0700 tee tee", "restorecon /data/service/el1/public/sec_storage_data" ] }, { "name" : "early-fs", "cmds" : [ "start teecd" ] } ], "services" : [{ "name" : "teecd", "path" : ["/vendor/bin/teecd"], "uid" : "tee", "gid" : ["tee", "shell", "readproc"], "sandbox": 0, "secon" : "u:r:teecd:s0" } ] }