RM6785: sepolicy: Label wakeup nodes

awk '/Error opening kernel wakelock stats for: wakeup/ { match($0, "/devices/.*)"); seen[substr($0,RSTART,RLENGTH-1)]++; } END { for (line in seen) { printf "genfscon sysfs %-100s u:object_r:sysfs_wakeup:s0\n", line; } }' logcat.txt

Change-Id: Ibd80d6854574f6ded985b5565f23c03e2cf91840
1 file changed