HomeSort by relevance Sort by last modified time
    Searched full:effective (Results 1 - 25 of 1939) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid01.c 54 static uid_t ruid, euid; /* real and effective user ids */
70 * Don't change either real or effective uid
75 euid = geteuid(); /* get effective uid */
82 "setreuid - Don't change either real or effective uid failed, errno=%d : %s",
86 "setreuid - Don't change either real or effective uid returned %ld",
92 * change effective to effective uid
99 "setreuid - change effective to effective uid failed, errno=%d : %s",
103 "setreuid - change effective to effective uid returned %ld"
    [all...]
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid01.c 53 static gid_t gid, egid; /* current real and effective group id */
69 * Dont change either real or effective gid
81 "setregid - Dont change either real or effective gid failed, errno=%d : %s",
85 "setregid - Dont change either real or effective gid returned %ld",
91 * change effective to effective gid
98 "setregid - change effective to effective gid failed, errno=%d : %s",
102 "setregid - change effective to effective gid returned %ld"
    [all...]
  /libcore/luni/src/main/java/android/system/
StructCapUserData.java 27 /** Effective capability mask. */
28 public final int effective; /* __u32 */ field in class:StructCapUserData
39 public StructCapUserData(int effective, int permitted, int inheritable) {
40 this.effective = effective;
  /external/libcap/doc/
cap_get_file.3 58 effective capability,
60 enabled and either the effective user ID of the process must match the
63 flag in its effective capability set. The effects of writing the
94 On Linux, the file Effective set is a single bit.
96 in the Effective set of the calling process when the file is executed;
97 otherwise, no capabilities are enabled in the process's Effective set
100 Because the file Effective set is a single bit,
101 if any capability is enabled in the Effective set of the
108 is enabled must also have the Effective flag enabled.
109 Conversely, if the Effective bit is enabled on a file, then th
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/item/
LocationDumpsItem.java 61 * @param effective Effective interval of location request
67 public LocationInfoItem(String packageName, int effective, int min, int max,
71 setAttribute(EFFECTIVE_INTERVAL, effective);
86 * Get the effective location interval
126 * @param effective Effective interval of location request
132 public void addLocationClient(String packageName, int effective, int min, int max,
134 mLocationClients.add(new LocationInfoItem(packageName, effective, min, max, priority,
  /external/ltp/testcases/kernel/syscalls/getresgid/
getresgid02.c 24 * Verify that getresgid() will be successful to get the real, effective
26 * the effective/saved gids to that of specified user.
29 * getresgid() should return with 0 value and the real/effective/saved
85 gid_t pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */
105 * Call getresgid() to get the real/effective/saved
117 * Verify the real/effective/saved gid
123 tst_resm(TFAIL, "real:%d, effective:%d, "
138 * Get the real/effective/saved user id of the calling process.
153 /* Get effective gid of LTPUSER user from passwd file */
158 /* Effective user-id of the test-user LTPUSER *
    [all...]
getresgid03.c 24 * Verify that getresgid() will be successful to get the real, effective
26 * the effective gid to that of specified user.
29 * getresgid() should return with 0 value and the effective user id
86 gid_t pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */
106 * Call getresgid() to get the real/effective/saved
118 * Verify the real/effective/saved gid
124 tst_resm(TFAIL, "real:%d, effective:%d, "
140 * Get the real/effective/saved user id of the calling process.
160 /* Get effective gid of "ltpuser1" user from passwd file */
166 /* Effective user-id of the test-user "ltpuser1" *
    [all...]
getresgid01.c 24 * Verify that getresgid() will be successful to get the real, effective
28 * getresgid() should return with 0 value and the real/effective/saved
81 gid_t pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */
101 * Call getresgid() to get the real/effective/saved
112 * Verify the real/effective/saved gid values returned
117 tst_resm(TFAIL, "real:%d, effective:%d, "
132 * Get the real/effective/saved user id of the calling process.
144 /* Effective user-id of the calling process */
  /external/valgrind/memcheck/tests/linux/
capget.c 26 "effective %#x\n"
29 d.effective,
capget.stderr.exp 3 effective 0
capget.stderr.exp2 4 effective 0x........
  /external/ltp/testcases/kernel/syscalls/getresuid/
getresuid02.c 24 * Verify that getresuid() will be successful to get the real, effective
26 * the effective/saved uids to that of specified user.
29 * getresuid() should return with 0 value and the real/effective/saved
85 uid_t pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
105 * Call getresuid() to get the real/effective/saved
119 tst_resm(TFAIL, "real:%d, effective:%d, "
135 * Get the real/effective/saved user id of the calling process.
150 /* Get effective uid of LTPUSER user from passwd file */
155 /* Effective user-id of the test-user LTPUSER */
162 * Set the effective user-id of the process to that o
    [all...]
getresuid03.c 24 * Verify that getresuid() will be successful to get the real, effective
26 * the effective uid to that of specified user.
29 * getresuid() should return with 0 value and the effective user id
85 uid_t pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
105 * Call getresuid() to get the real/effective/saved
119 tst_resm(TFAIL, "real:%d, effective:%d, "
135 * Get the real/effective/saved user id of the calling process.
155 /* Get effective uid of "ltpuser1" user from passwd file */
161 /* Effective user-id of the test-user "ltpuser1" */
165 * Set the effective user-id of the process to that o
    [all...]
getresuid01.c 24 * Verify that getresuid() will be successful to get the real, effective
28 * getresuid() should return with 0 value and the real/effective/saved
80 uid_t pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
100 * Call getresuid() to get the real/effective/saved
113 tst_resm(TFAIL, "real:%d, effective:%d, "
128 * Get the real/effective/saved user id of the calling process.
140 /* Effective user-id of the calling process */
  /external/ltp/testcases/kernel/syscalls/mount/
setuid_test.c 33 /* Save the effective and real UIDs. */
37 /* Restore the effective UID to its original value. */
58 /* Save the real and effective user IDs. */
  /external/ltp/testcases/kernel/syscalls/setresgid/
setresgid03.c 38 * effective group id.
42 * real/effective/saved group id.
48 * Set real/effective/saved gid to nobody
49 * Set effective uid to nobody
91 uid_t *egid; /* effective GID */
94 struct passwd *exp_egid; /* Expected effective GID */
169 /* Get current real, effective and saved group id */
214 /* Set real/effective/saved gid to nobody */
217 " setting real/effective/saved gid");
222 "to set the effective uid to nodody")
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java 35 * <p> The parameters consist of an effective key size and optionally
51 * Constructs a parameter set for RC2 from the given effective key size
54 * @param effectiveKeyBits the effective key size in bits.
61 * Constructs a parameter set for RC2 from the given effective key size
67 * @param effectiveKeyBits the effective key size in bits.
77 * Constructs a parameter set for RC2 from the given effective key size
85 * @param effectiveKeyBits the effective key size in bits.
105 * Returns the effective key size in bits.
107 * @return the effective key size in bits.
126 * effective key sizes and IVs are equal
    [all...]
  /external/kernel-headers/original/uapi/linux/
securebits.h 14 compatibility mode. We raise the effective and inheritable bitmasks
15 *of the executable file* if the effective uid of the new process is
16 0. If the real uid is 0, we raise the effective (legacy) bit of the
  /external/libcap/libcap/include/uapi/linux/
securebits.h 14 compatibility mode. We raise the effective and inheritable bitmasks
15 *of the executable file* if the effective uid of the new process is
16 0. If the real uid is 0, we raise the effective (legacy) bit of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
securebits.h 14 compatibility mode. We raise the effective and inheritable bitmasks
15 *of the executable file* if the effective uid of the new process is
16 0. If the real uid is 0, we raise the effective (legacy) bit of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
securebits.h 14 compatibility mode. We raise the effective and inheritable bitmasks
15 *of the executable file* if the effective uid of the new process is
16 0. If the real uid is 0, we raise the effective (legacy) bit of the
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
ActivityServiceParserTest.java 41 "Interval effective/min/max 1/0/0[s] Duration: 140[minutes] "
44 "Interval effective/min/max 284/285/3600[s] Duration: 140[minutes] "
49 "Interval effective/min/max 1/0/0[s] Duration: 140[minutes] "
  /external/curl/docs/cmdline-opts/
keepalive-time.d 8 currently effective on operating systems offering the TCP_KEEPIDLE and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/acl/
libacl.h 31 /* Print NO, SOME or ALL effective permissions comments. SOME prints
32 effective rights comments for entries which have different permissions
33 than effective permissions. */
37 /* Align effective permission comments to column 32 using tabs or
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/acl/
libacl.h 31 /* Print NO, SOME or ALL effective permissions comments. SOME prints
32 effective rights comments for entries which have different permissions
33 than effective permissions. */
37 /* Align effective permission comments to column 32 using tabs or

Completed in 888 milliseconds

1 2 3 4 5 6 7 8 91011>>