On Wed, 2012-09-26 at 11:21 -0400, Joshua Brindle wrote: > Change-Id: I9f9111d2979c78656ae08300581881c0f4d67329 > --- > app.te | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app.te b/app.te > index e7caab5..f82e006 100644 > --- a/app.te > +++ b/app.te > @@ -178,7 +178,7 @@ allow appdomain anr_data_file:dir search; > allow appdomain anr_data_file:file { open append }; > > # Write to /proc/net/xt_qtaguid/ctrl file. > -allow appdomain qtaguid_proc:file write; > +allow appdomain qtaguid_proc:file { open write }; > > # Use the Binder. > binder_use(appdomain)
So we should likely just use rw_file_perms here, and delete the individual rules for platform_app and media_app elsewhere in this file. -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to majord...@tycho.nsa.gov with the words "unsubscribe seandroid-list" without quotes as the message.