Remove redundant neverallow

commit 7fd8933f0c removed this from host
sepolicy. It's redundant here as well.

Bug: 223596375
Test: Builds
Change-Id: I39d7432c6e31f49de5eb8dca8acc7e9c5d190617
This commit is contained in:
Alan Stokes 2022-03-24 11:53:48 +00:00
parent 34f4ca820f
commit f69f5a6512

View file

@ -423,12 +423,6 @@ neverallow {
coredomain
} vendor_service:service_manager add;
neverallow {
domain
-tombstoned
-crash_dump
} tombstoned_crash_socket:unix_stream_socket connectto;
# Never allow anyone to connect or write to
# the tombstoned intercept socket.
neverallow { domain } tombstoned_intercept_socket:sock_file write;