HomeSort by relevance Sort by last modified time
    Searched refs:sddl (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/remoting/host/win/
com_security.cc 20 std::string sddl = security_descriptor; local
22 sddl += mandatory_label;
25 // Convert the SDDL description into a security descriptor in absolute format.
26 ScopedSd relative_sd = ConvertSddlToSd(sddl);
security_descriptor.h 20 // Converts an SDDL string into a binary self-relative security descriptor.
21 ScopedSd ConvertSddlToSd(const std::string& sddl);
security_descriptor.cc 7 #include <sddl.h>
14 ScopedSd ConvertSddlToSd(const std::string& sddl) {
18 base::UTF8ToUTF16(sddl).c_str(), SDDL_REVISION_1, &raw_sd, &length)) {
chromoting_module.cc 7 #include <sddl.h>
unprivileged_process_delegate.cc 11 #include <sddl.h>
121 // Format the security descriptors in SDDL form.
host_service.cc 10 #include <sddl.h>
  /external/chromium_org/sandbox/win/src/
restricted_token_utils.cc 6 #include <sddl.h>
239 // Build the SDDL string for the label.
240 base::string16 sddl = L"S:("; // SDDL for a SACL. local
241 sddl += SDDL_MANDATORY_LABEL; // Ace Type is "Mandatory Label".
242 sddl += L";;"; // No Ace Flags.
243 sddl += ace_access; // Add the ACE access.
244 sddl += L";;;"; // No ObjectType and Inherited Object Type.
245 sddl += integrity_level_sid; // Trustee Sid.
246 sddl += L")"
    [all...]
acl.cc 8 #include <sddl.h>
sandbox_policy_base.cc 7 #include <sddl.h>
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 20 /* mingw-w32api v3.1 does not yet include sddl.h, so define needed parts here
38 #include <sddl.h>
386 const char *sddl = NULL; local
389 if (os_strncmp(params, "SDDL=", 5) == 0)
390 sddl = params + 5;
391 if (!sddl) {
392 sddl = os_strstr(params, " SDDL=");
393 if (sddl)
394 sddl += 6
    [all...]
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 8 #include <sddl.h>
154 // and dirty way: a) read the DACL b) convert it to sddl string c) add the
155 // new ACE to the string d) convert sddl string back to DACL and finally
164 wchar_t* sddl = 0; local
166 SDDL_REVISION_1, DACL_SECURITY_INFORMATION, &sddl, NULL))
168 base::string16 new_sddl(sddl);
169 ::LocalFree(sddl);
171 // See MSDN for the security descriptor definition language (SDDL) syntax,
  /external/chromium_org/components/crash/tools/
crash_service.cc 9 #include <sddl.h>
466 // Build the SDDL string for the label.
467 std::wstring sddl = L"S:(ML;;NW;;;S-1-16-4096)"; local
476 if (::ConvertStringSecurityDescriptorToSecurityDescriptorW(sddl.c_str(),
  /external/chromium_org/chrome_elf/
breakpad.cc 10 #include <sddl.h>
  /external/chromium_org/base/win/
win_util.cc 16 #include <sddl.h>
  /external/chromium_org/remoting/host/
desktop_session_win.cc 8 #include <sddl.h>
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 13 #include <sddl.h>

Completed in 177 milliseconds