Android CTS 5.1 Release 24 (4340933)
DO NOT MERGE: 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.

(cherry picked from commit 51fc85bc845bf6c7de1962efe6458ec701051162)

Change-Id: I413ff130e4328b8325be78d9fab119a466df84f3
1 file changed
tree: c9c60e41c0905e6bb864992cf56297a48a0969b1
  1. include/
  2. src/
  3. Android.mk
  4. NOTICE