commit | 8dbcfd1c824fefe50ef78b14a10889e1838d30cf | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu Sep 12 09:18:24 2024 -0700 |
committer | David Anderson <dvander@google.com> | Thu Sep 12 09:20:44 2024 -0700 |
tree | b2334ab7f82bc811fc3fbe90ca90cfa8f7a8311d | |
parent | ec287960cc86ba05109a1ea30356147d474dcf28 [diff] [blame] |
Allow fsck to use bootstrap libs. Bug: 364764252 Test: treehugger Change-Id: I2556f0a3c529898f4a54bcd87e6f8754da982b76
diff --git a/private/fsck_untrusted.te b/private/fsck_untrusted.te index 682831f..4b55a57 100644 --- a/private/fsck_untrusted.te +++ b/private/fsck_untrusted.te
@@ -1,5 +1,7 @@ typeattribute fsck_untrusted coredomain; +use_bootstrap_libs(fsck) + # Inherit and use pty created by android_fork_execvp_ext(). allow fsck_untrusted devpts:chr_file { read write ioctl getattr };