Searched refs:privs (Results 1 – 10 of 10) sorted by relevance
/external/autotest/client/deps/libcap/ |
D | control | 4 http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
D | exclude | 43 # daemons. Plus, it usually runs as root so it can drop privs for daemons.
|
/external/webrtc/webrtc/base/ |
D | win32regkey.cc | 1082 TOKEN_PRIVILEGES privs; in AdjustCurrentProcessPrivilege() local 1083 privs.PrivilegeCount = 1; in AdjustCurrentProcessPrivilege() 1084 privs.Privileges[0].Luid = luid; in AdjustCurrentProcessPrivilege() 1085 privs.Privileges[0].Attributes = to_enable ? SE_PRIVILEGE_ENABLED : 0; in AdjustCurrentProcessPrivilege() 1086 if (::AdjustTokenPrivileges(token, FALSE, &privs, 0, NULL, 0)) { in AdjustCurrentProcessPrivilege()
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | README | 4 http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 34 ; short of building two installers (one *requiring* Admin privs, the 35 ; other not doing anything that needs Admin privs).
|
D | python20.wse | 1464 Text=it writes to HKCU (instead of HKLM) if the user doesn't have admin privs. 2413 Text=Register file extensions. As usual, Admin privs get in the way, but with a twist: 2416 Text=You don't need admin privs to write to HKEY_CLASSES_ROOT *except* under Win2K. 2419 …Text=On Win2K, a user without Admin privs has to register extensions under HKCU\Software\CLASSES i… 2830 Text=As usual, write to HKLM or HKCU depending on Admin privs.
|
/external/openssh/ |
D | configure.ac | 469 # the --with-solaris-privs option and --with-sandbox=solaris). 935 AC_ARG_WITH([solaris-privs], 936 [ --with-solaris-privs Enable Solaris/Illumos privileges (experimental)], 950 AC_MSG_ERROR([*** must have support for Solaris privileges to use --with-solaris-privs])
|
D | ChangeLog | 4997 Make Solaris privs code build on older systems. 4999 Not all systems with Solaris privs have priv_basicset so factor that
|
/external/tcpdump/ |
D | CHANGES | 554 Option to chroot() when dropping privs
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1970 running the daemon without privs. The script is invoked
|