diff options
| author | Pranav Vashi <neobuddy89@gmail.com> | 2022-04-16 01:29:19 +0530 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-07-15 15:35:51 +0300 |
| commit | db8a9ca732079dffd1b564b1eb862a28c8a71611 (patch) | |
| tree | 019741fa9dd770179f1a85b22405bfb5f3b1891a | |
| parent | bb2bc8db0206297dc3b0b610d980020b4edab71b (diff) | |
Allow apps to access usap pool
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I862d1a0bc044f14a67684112b3d98251bfadf04b
| -rw-r--r-- | common/private/appdomain.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/private/appdomain.te b/common/private/appdomain.te new file mode 100644 index 0000000..8c03848 --- /dev/null +++ b/common/private/appdomain.te @@ -0,0 +1 @@ +allow appdomain zygote:unix_stream_socket getopt; |
