Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
1b9cbf4391b921ea7e986b65d539e0213d6172d7
/
.
/
sepolicy
/
common
/
installd.te
blob: cef2730a290f5ea43be035d31831d74a6646825a [
file
] [
log
] [
blame
]
# Allow querying of asec size on SD card
allow installd sdcard_type
:
dir
{
search
};
allow installd sdcard_type
:
file
{
getattr
};
allow installd sdcard_posix
:
filesystem quotaget
;