Skip to content
  • Tianjie Xu's avatar
    Allow update_verifier to reboot the device · 6ca32e35
    Tianjie Xu authored
    Currently update_verifier only verifies the blocks when dm-verity is in
    'enforcing' mode; and dm-verity will reboot the device upon detection of
    errors. However, sometimes the verity mode is not guaranteed to be
    correct. When mode is 'eio' for example, dm-verity will not trigger
    a reboot but rather fail the read. So update_verifier need to take the
    responsibility to reboot the device. Otherwise the device will continue
    to boot without setting the flag "isSlotMarkedSuccessful".
    
    Denial message:
    update_verifier: type=1400 audit(0.0:18): avc: denied { write } for
    name="property_service" dev="tmpfs" ino=14678 scontext=u:r:update_verifier:s0
    tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
    
    Bug: 36260064
    Test: powerctl property sets successfully
    
    Change-Id: I1260e60f2ef4db50573e515ba95c332512c8ae62
    (cherry picked from commit 0d8c1e0a)
    6ca32e35
Loading