Tweak boringssl_self_test.te
Include coredomain in initial definition of boringssl_self_test rather than adding it later. This addresses an outstanding review comment from http://r.android.com/1110523 Test: Treehugger Bug: 137267623 Change-Id: I4e8d4e2e76b1c3a9b5a1f806e43e885b51cb7a60
This commit is contained in:
parent
02924043e3
commit
6b0bd4e1a1
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
type boringssl_self_test, domain;
|
||||
type boringssl_self_test, domain, coredomain;
|
||||
type boringssl_self_test_exec, system_file_type, exec_type, file_type;
|
||||
type boringssl_self_test_marker, file_type;
|
||||
|
||||
typeattribute boringssl_self_test coredomain;
|
||||
|
||||
# switch to boringssl_self_test security domain when running boringssl_self_test_exec from init.
|
||||
init_daemon_domain(boringssl_self_test)
|
||||
|
||||
|
|
Loading…
Reference in a new issue