selinux: When adding userdata labels, do cache too

Change-Id: I0c1ff737629474135767be7cfe2bfbea0513fa9e
gugelfrei
Ricardo Cerqueira 11 years ago
parent b52874de53
commit 8994907baf

@ -43,4 +43,7 @@ if [ $LABELDATA = "1" ]; then
$L "/data relabel starting..."
restorecon -R /data
$L "/data relabel complete"
$L "/cache relabel starting..."
restorecon -R /cache
$L "/cache relabel complete"
fi

Loading…
Cancel
Save