# 격리가 성립하는 세 조건 # Question: RLS 격리는 무엇이 동시에 참이어야 성립하는가? direction: right n0: "격리 판정" { shape: rectangle } n1: "RlsPolicyVerifier" { shape: rectangle } n2: "데이터베이스" { shape: sql_table } n0 -> n1: "검증 요청" n1 -> n2: "ENABLE RLS 확인" n1 -> n2: "FORCE RLS 확인" n1 -> n2: "BYPASSRLS 없음 확인"