Searched refs:privilege (Results 1 – 25 of 27) sorted by relevance
12
/external/chromium_org/net/data/ftp/ |
D | dir-listing-vms-6 | 5 <%SYSTEM-F-NOPRIV, insufficient privilege or object protection violation> 7 <%SYSTEM-F-NOPRIV, insufficient privilege or object protection violation>
|
D | dir-listing-vms-2 | 24 PICS.DIR;1 No privilege for attempted operation
|
/external/chromium_org/sandbox/win/src/ |
D | restricted_token.h | 139 unsigned DeletePrivilege(const wchar_t *privilege);
|
D | restricted_token.cc | 332 unsigned RestrictedToken::DeletePrivilege(const wchar_t *privilege) { in DeletePrivilege() argument 338 if (LookupPrivilegeValue(NULL, privilege, &luid)) in DeletePrivilege()
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 11 <refpurpose>wpa_supplicant privilege separation helper</refpurpose> 27 <para><command>wpa_priv</command> is a privilege separation helper that 54 <command>wpa_supplicant</command> with privilege separation:</para>
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-in-block.mm | 25 for (I *privilege in [ace ARR]) { }
|
/external/chromium_org/third_party/ots/ |
D | README | 13 privilege.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-record.txt | 184 The privilege levels may be omitted, in which case, the privilege levels of the associated 185 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
|
/external/kernel-headers/original/uapi/linux/ |
D | ipmi.h | 123 unsigned char privilege; member
|
/external/chromium_org/third_party/webrtc/base/ |
D | win32.h | 122 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
|
D | win32regkey.cc | 1072 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable) { in AdjustCurrentProcessPrivilege() argument 1073 ASSERT(privilege != NULL); in AdjustCurrentProcessPrivilege() 1081 if (::LookupPrivilegeValue(NULL, privilege, &luid)) { in AdjustCurrentProcessPrivilege()
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 68 especially important if you are running racoon with privilege 97 the "path certificate" directive. Keep in mind that privilege
|
/external/chromium_org/base/mac/ |
D | authorization_util.mm | 85 // Specify the "system.privilege.admin" right, which allows
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | design.txt | 240 has sufficient privilege to do so) 257 all events on CPU-x. Per CPU counters need CAP_SYS_ADMIN privilege.
|
/external/ltrace/testsuite/ |
D | README | 185 (1) Running ltrace with -u option requires the superuser privilege.
|
/external/chromium_org/chrome/browser/mac/ |
D | install_from_dmg.mm | 456 // authentication fails. In either case, try to install without privilege
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 369 # Enable privilege separation (see README 'Privilege separation' for details)
|
D | defconfig | 385 # Enable privilege separation (see README 'Privilege separation' for details)
|
D | README | 905 supports optional privilege separation. If enabled, this separates the
|
D | ChangeLog | 955 * added support for privilege separation (run only minimal part of
|
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/ |
D | contest-terms.rst | 541 files to the client machine), escalation of privilege
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1269 that even if present, its use may depend on run-time privilege or other OS
|
/external/qemu/ |
D | qemu-options.hx | 786 privilege to run. @option{hostname=name} can be used to specify the client
|
D | qapi-schema.json | 2810 # Use the user mode network stack which requires no administrator privilege to
|
/external/llvm/docs/ |
D | LangRef.rst | 7209 Note that runtime support may be conditional on the privilege-level code is
|
12