• Sami Tolvanen's avatar
    Set underlying block device RO when enabling verity · 214f33b8
    Sami Tolvanen authored
    Currently, when verity is set up on a block device, the underlying
    device is still accessible directly. Change the existing function
    fs_set_blk_ro visible to other fs_mgr modules, change the behavior
    to match the comment above the function definition, and call it to
    disable write access to the block device when setting up verity.
    
    Bug: 18609347
    Change-Id: I7884175df15f9161174788d74d20a08e4cd472ca
    214f33b8
fs_mgr_priv.h 3.34 KB