1{ 2 "jobs" : [{ 3 "name" : "post-fs-data", 4 "cmds" : [ 5 "write /proc/sys/fs/verity/require_signatures 1" 6 ] 7 } 8 ], 9 "services" : [{ 10 "name" : "key_enable", 11 "path" : ["/system/bin/key_enable"], 12 "importance" : -20, 13 "uid" : "root", 14 "gid" : ["root"], 15 "secon" : "u:r:key_enable:s0", 16 "once": 1 17 } 18 ] 19}