Revert "Suppress denials for odsign console"
This reverts commit 8b80dacadc
.
Reason for revert: b/341649167
Bug: 293259827
Change-Id: I25183a11b2c522f475eceeadcde5bcc74c95ba56
This commit is contained in:
parent
8b80dacadc
commit
ef8cf12fd5
1 changed files with 3 additions and 4 deletions
|
@ -15,10 +15,9 @@ allow compos_verify apex_compos_data_file:file { rw_file_perms create };
|
||||||
allow compos_verify apex_art_data_file:dir search;
|
allow compos_verify apex_art_data_file:dir search;
|
||||||
allow compos_verify apex_art_data_file:file r_file_perms;
|
allow compos_verify apex_art_data_file:file r_file_perms;
|
||||||
|
|
||||||
# odsign runs us with its console as our stdin/stdout/stderr.
|
# Allow odsign to redirect our stdout/stderr to log
|
||||||
# But we never use them; logs go to logcat. Suppress the useless denials.
|
allow compos_verify odsign:fd use;
|
||||||
dontaudit compos_verify odsign:fd use;
|
allow compos_verify odsign_devpts:chr_file { read write };
|
||||||
dontaudit compos_verify odsign_devpts:chr_file { read write };
|
|
||||||
|
|
||||||
# Only odsign can enter the domain via exec
|
# Only odsign can enter the domain via exec
|
||||||
neverallow { domain -odsign } compos_verify:process transition;
|
neverallow { domain -odsign } compos_verify:process transition;
|
||||||
|
|
Loading…
Reference in a new issue