-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this prevents logd from accessing kernel messages
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
service logd /system/bin/logd | ||
override | ||
socket logd stream 0666 logd logd | ||
socket logdr seqpacket 0666 logd logd | ||
socket logdw dgram+passcred 0222 logd logd | ||
# HALIUM: don't log kernel messages | ||
# file /proc/kmsg r | ||
# file /dev/kmsg w | ||
user logd | ||
group logd system package_info readproc | ||
capabilities SYSLOG AUDIT_CONTROL | ||
priority 10 | ||
task_profiles ServiceCapacityLow | ||
onrestart setprop logd.ready false |