Home
last modified time | relevance | path

Searched refs:SELINUX_HAP_RESTORECON_RECURSE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhap_restorecon.h26 #define SELINUX_HAP_RESTORECON_RECURSE 1 // whether the data directory need recurse macro
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp320 bool recurse = (hapFileInfo.flags & SELINUX_HAP_RESTORECON_RECURSE) ? true : false; in HapFileRestorecon()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1056 hapFileInfo.flags = SELINUX_HAP_RESTORECON_RECURSE; in SetDirApl()