aboutsummaryrefslogtreecommitdiffstats
path: root/fs_use
Commit message (Collapse)AuthorAgeFilesLines
* fs_use: Enabled loading security xattrs for squashfsMohamad Ayyash2015-02-251-0/+1
| | | | | Change-Id: Icfa4b2cac6a960ef47e928308e4c6c9bd797d180 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
* Add ocontext for F2FSJP Abgrall2014-06-021-0/+1
| | | | | | | Without this, the "seclabel" mount option is unavailable to F2FS. Bug: 15388455 Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870
* Support for ocontexts per device.William Roberts2012-07-121-0/+21
ocontexts was split up into 4 files: 1.fs_use 2.genfs_contexts 3.initial_sid_contexts 4.port_contexts Each file has their respective declerations in them. Devices, in their respective device directory, can now specify sepolicy.fs_use, sepolicy.genfs_contexts, sepolicy.port_contexts, and sepolicy.initial_sid_contexts. These declerations will be added right behind their respective sepolicy counterparts in the concatenated configuration file.