DmVerityMode
Android OS 시작 중의 dm-verity 모드
열거형 |
DM_VERITY_MODE_UNSPECIFIED |
알 수 없는 값입니다. |
ENFORCING |
손상이 감지되면 기기가 다시 시작됨을 나타냅니다. |
IO_ERROR |
손상된 데이터 블록 (eio 부팅 상태라고도 함)을 읽으려고 하면 I/O 오류가 반환됨을 나타냅니다. |
DISABLED |
기기에서 dm-verity가 사용 중지되었음을 나타냅니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-04-11(UTC)
[null,null,["최종 업데이트: 2024-04-11(UTC)"],[[["dm-verity is a feature used during Android OS startup to ensure data integrity."],["It has various operational modes, including `ENFORCING`, `IO_ERROR`, and `DISABLED`, governing system behavior when corruption is detected."],["`ENFORCING` mode triggers a system restart upon encountering corruption, while `IO_ERROR` results in input/output errors for reads from affected blocks."],["The `DISABLED` mode signifies the deactivation of dm-verity on the device."]]],[]]