aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-02-25 13:24:26 -0800
committerSimon Wilson <simonwilson@google.com>2015-06-16 10:39:01 -0700
commit0abf74eb7167c8820542b5d3eaa4e7d969a4bac8 (patch)
tree5dff36ac88c5594ff040a63d0f101f1a0152695d
parent880be4622536d86b3d2edc83b2b7de41fa8398c3 (diff)
downloadandroid_external_sepolicy-0abf74eb7167c8820542b5d3eaa4e7d969a4bac8.tar.gz
android_external_sepolicy-0abf74eb7167c8820542b5d3eaa4e7d969a4bac8.tar.bz2
android_external_sepolicy-0abf74eb7167c8820542b5d3eaa4e7d969a4bac8.zip
fs_use: Enabled loading security xattrs for squashfs
Change-Id: Icfa4b2cac6a960ef47e928308e4c6c9bd797d180 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
-rw-r--r--fs_use1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_use b/fs_use
index edbcf58..4bd1112 100644
--- a/fs_use
+++ b/fs_use
@@ -7,6 +7,7 @@ fs_use_xattr ext4 u:object_r:labeledfs:s0;
fs_use_xattr xfs u:object_r:labeledfs:s0;
fs_use_xattr btrfs u:object_r:labeledfs:s0;
fs_use_xattr f2fs u:object_r:labeledfs:s0;
+fs_use_xattr squashfs u:object_r:labeledfs:s0;
# Label inodes from task label.
fs_use_task pipefs u:object_r:pipefs:s0;