Skip to content
Snippets Groups Projects
Commit 812f7d90 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Escape dot (.) when it is intended to be literal.


Otherwise it is treated as a regex and matches any character.

Change-Id: I9e23f01b0e104d3ef57993fd1a3d9a5b13201910
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 0a333759
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Data files
/adb_keys u:object_r:adb_keys_file:s0
/default.prop u:object_r:rootfs:s0
/default\.prop u:object_r:rootfs:s0
/fstab\..* u:object_r:rootfs:s0
/init\..* u:object_r:rootfs:s0
/res(/.*)? u:object_r:rootfs:s0
......@@ -226,6 +226,6 @@
#############################
# asec containers
/mnt/asec(/.*)? u:object_r:asec_apk_file:s0
/mnt/asec/[^/]+/res.zip u:object_r:asec_public_file:s0
/mnt/asec/[^/]+/res\.zip u:object_r:asec_public_file:s0
/mnt/asec/[^/]+/lib(/.*)? u:object_r:asec_public_file:s0
/data/app-asec(/.*)? u:object_r:asec_image_file:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment