Home
last modified time | relevance | path

Searched refs:SELINUX_HAP_DEBUGGABLE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhap_restorecon.h28 #define SELINUX_HAP_DEBUGGABLE 2 // whether it is a debuggable hap macro
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp109 hapDomainInfo.hapFlags |= SELINUX_HAP_DEBUGGABLE; in SetSelinuxCon()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp547 if (hapFlags & SELINUX_HAP_DEBUGGABLE) { in HapContextsLookup()
560 } else if (hapFlags & SELINUX_HAP_DEBUGGABLE) { in HapContextsLookup()
/ohos5.0/base/security/selinux_adapter/test/unittest/hap_restorecon/
H A Dunit_test.cpp692 true, NORMAL_APL, EMPTY_STRING, con, SELINUX_HAP_DLP | SELINUX_HAP_DEBUGGABLE));
725 false, NORMAL_APL, EMPTY_STRING, con, SELINUX_HAP_DLP | SELINUX_HAP_DEBUGGABLE));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp46 #ifndef SELINUX_HAP_DEBUGGABLE
47 #define SELINUX_HAP_DEBUGGABLE 2 macro
1027 hapFlags |= debug ? SELINUX_HAP_DEBUGGABLE : 0; in GetHapFlags()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp414 hapFileInfo.hapFlags |= SELINUX_HAP_DEBUGGABLE; in MakeAtomicServiceDir()