1typeattribute update_verifier coredomain; 2 3init_daemon_domain(update_verifier) 4 5# Allow update_verifier to reboot the device. 6set_prop(update_verifier, powerctl_prop) 7 8# Allow to set the OTA related properties e.g. ota.warm_reset. 9set_prop(update_verifier, ota_prop) 10 11# allow update_verifier to connect to snapuserd daemon 12allow update_verifier snapuserd_socket:sock_file write; 13allow update_verifier snapuserd:unix_stream_socket connectto; 14 15# virtual a/b properties 16get_prop(update_verifier, virtual_ab_prop) 17