commit | 32a72522e0e6a69ba8c964f2f10a5a196783db85 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 10 01:42:21 2021 +0000 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 10 01:42:31 2021 +0000 |
tree | 66e62b7bff869da14dafe3711a66c6e502108623 | |
parent | ad12582726766526a6bf0d999be2da240c824ffc [diff] |
Clarify that fdsan wasn't "enforcing" in its first release. Change-Id: I02c4ff49446995b5ea33f4fa9ca30cf204307ae8
diff --git a/docs/fdsan.md b/docs/fdsan.md index e0cf80a..6630299 100644 --- a/docs/fdsan.md +++ b/docs/fdsan.md
@@ -3,6 +3,8 @@ [TOC] fdsan is a file descriptor sanitizer added to Android in API level 29. +In API level 29, fdsan warns when it finds a bug. +In API level 30, fdsan aborts when it finds a bug. ### Background *What problem is fdsan trying to solve? Why should I care?*