Re: [android-kernel] Android logging patch

2012-10-09 Thread Tim Bird
On 10/09/2012 12:01 PM, csgrewa wrote: > I noticed that the Android logging subsystem does not presently enforce > any restriction on the ability to flush logs. Would it be reasonable to > impose the same restrictions on log flushing as exists for other > privileged logging operations (such as read

[android-kernel] Android logging patch

2012-10-09 Thread csgrewa
I noticed that the Android logging subsystem does not presently enforce any restriction on the ability to flush logs. Would it be reasonable to impose the same restrictions on log flushing as exists for other privileged logging operations (such as reading), as shown by the below patch. Would such