/external/openssh/ |
kexgexs.c | 104 /* Contact privileged parent */
|
readconf.h | 41 int use_privileged_port; /* Don't use privileged port if false. */
|
sshconnect.c | 185 * Creates a (possibly privileged) socket for use as the ssh connection. 188 ssh_create_socket(int privileged, struct addrinfo *ai) 194 * If we are running as root and want to connect to a privileged 195 * port, bind our own socket to a privileged port. 197 if (privileged) { 329 * a privileged port will be allocated to make the connection. [all...] |
OVERVIEW | 112 privileged socket). Any extra privileges are dropped before
|
/external/openssl/crypto/ |
sparcv9cap.c | 74 /* %tick is privileged only on UltraSPARC-I/II, but not IIe */
|
/external/sepolicy/ |
app.te | 143 # Privileged netlink socket interfaces.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Executors.java | 364 * called, runs the given privileged action and returns its result. 365 * @param action the privileged action to run 378 * called, runs the given privileged exception action and returns 380 * @param action the privileged exception action to run
|
/external/chromium_org/chrome/common/extensions/features/ |
simple_feature.cc | 190 // "privileged" is vague but hopefully the developer will understand that 192 return "privileged page";
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessLauncher.java | 42 // The upper limit on the number of simultaneous sandboxed and privileged child service process 129 * Sets service class for sandboxed service and privileged service.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
in.h | 242 * that is (by convention) restricted to privileged processes. This 271 * privileged processes (e.g. root). (IP_PORTRANGE_LOW)
|
/external/chromium_org/remoting/host/ |
desktop_session_proxy.cc | 434 // the message was sent by more privileged process. 474 // a more privileged process.
|
/external/openssh/contrib/cygwin/ |
README | 53 privsep feature requires a non-privileged account called 'sshd'. 62 differ between privileged and unprivileged users.
|
/external/chromium_org/content/public/browser/ |
site_instance.h | 49 // a privileged WebUI page to a normal web page). This corresponds to one
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash.idl | 195 * Loads the given font in a more privileged process on Windows. Call this if
|
/external/dropbear/ |
session.h | 165 /* Whether to allow binding to privileged ports (<1024). This doesn't
|
/external/ipsec-tools/src/libipsec/ |
ipsec_set_policy.3 | 164 This is for privileged sockets.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cobol.php | 157 5 => array( //Privileged Built-in Functions
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 211 // Now that we're finished with anything privileged, switch over to running as "nobody"
|
/external/ppp/pppd/ |
pppd.h | 121 #define OPT_PRIV 0x1000 /* privileged option */ 226 extern int privileged; /* We were run by real-uid root */ 677 int privileged)); 681 int options_from_list __P((struct wordlist *, int privileged)); [all...] |
/ndk/sources/host-tools/make-3.81/ |
remote-cstms.c | 82 Customs requires a privileged source port be used. */
|
/packages/apps/Settings/src/com/android/settings/tts/ |
TtsEnginePreference.java | 237 // Privileged engine, set it current
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
capability.h | 275 /* Allow the privileged aspects of mknod() */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capability.h | 275 /* Allow the privileged aspects of mknod() */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 452 [("PrepareDlg", "Not Privileged or Windows9x or Installed", 140), 453 ("WhichUsersDlg", "Privileged and not Windows9x and not Installed", 141), 454 # In the user interface, assume all-users installation if privileged. 641 # WhichUsers Dialog. Only available on NT, and for privileged users. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 452 [("PrepareDlg", "Not Privileged or Windows9x or Installed", 140), 453 ("WhichUsersDlg", "Privileged and not Windows9x and not Installed", 141), 454 # In the user interface, assume all-users installation if privileged. 641 # WhichUsers Dialog. Only available on NT, and for privileged users. [all...] |