handle newlines in file names

restorecon on file names with newlines are not handled properly.
Use PCRE_DOTALL so that dots in regular expressions match all
characters, and don't exclude the newline character.

See https://www.mail-archive.com/seandroid-list@tycho.nsa.gov/msg02001.html
for background.

Change-Id: I0dde8f2567305f746d19ebd75a9e2add7406eb9a
1 file changed
tree: 404d675798b5fd73e862ea4f156e442ba665eb09
  1. include/
  2. src/
  3. Android.mk
  4. NOTICE
  5. README.android