OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sddl
(Results
1 - 5
of
5
) sorted by null
/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>
385
const char *
sddl
= NULL;
local
388
if (os_strncmp(params, "
SDDL
=", 5) == 0)
389
sddl
= params + 5;
390
if (!
sddl
) {
391
sddl
= os_strstr(params, "
SDDL
=");
392
if (
sddl
)
393
sddl
+= 6
[
all
...]
README-Windows.txt
200
Example
SDDL
string formats:
204
ctrl_interface=
SDDL
=D:(A;;GA;;;BA)
214
ctrl_interface=
SDDL
=D:(A;;GA;;;BA)(A;;GA;;;PU)
222
ctrl_interface=
SDDL
=D:(A;;GA;;;AU)
232
ctrl_interface=
SDDL
=D:(A;;GA;;;BU)(A;;GA;;;AN)
config.h
492
* The descriptor string needs to be prefixed with
SDDL
=. For example,
493
* ctrl_interface=
SDDL
=D: would set an empty DACL (which will reject
[
all
...]
wpa_supplicant.conf
71
# prefixed with
SDDL
=. For example, ctrl_interface=
SDDL
=D: would set an empty
73
# information about
SDDL
string format.
[
all
...]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
INTELGFX.ASL
54
Store(
SDDL
(DIDL),DID1)
58
Store(
SDDL
(DDL2),DID2)
62
Store(
SDDL
(DDL3),DID3)
66
Store(
SDDL
(DDL4),DID4)
70
Store(
SDDL
(DDL5),DID5)
755
Method(
SDDL
,1)
Completed in 403 milliseconds