Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
32b0c95099c7cfe88dc8164e7ab6d5b2a4b7be1c
/
.
/
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
;