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

  /external/ltp/testcases/kernel/syscalls/setuid/
setuid01.c 67 UID16_CHECK(uid, setuid, cleanup);
69 TEST(SETUID(cleanup, uid));
73 "setuid - Set the effective user ID to the current real uid failed, errno=%d : %s",
77 "setuid - Set the effective user ID to the current real uid returned %ld",
setuid02.c 42 * TEST TITLE : Basic test for setuid(2) as root
62 * 1.) setuid(2) returns...(See Description)
90 * This is a Phase I test for the setuid(2) system call. It is intended
93 * setuid(2).
146 UID16_CHECK(uid, setuid, cleanup);
156 /* Call setuid(2) */
157 TEST(SETUID(cleanup, uid));
162 "setuid - Set the effective user ID to the current real uid failed, errno=%d : %s",
166 "setuid - Set the effective user ID to the current real uid returned %ld",
setuid03.c 21 * Test to check the error and trivial conditions in setuid
55 TEST(SETUID(cleanup, ROOT_USER));
63 tst_resm(TPASS, "setuid returned errno EPERM");
65 tst_resm(TFAIL, "setuid returned unexpected errno - %d",
84 if (setuid(ltpuser->pw_uid) == -1) {
85 tst_resm(TINFO, "setuid failed to "
87 perror("setuid");
setuid04.c 22 * Check if setuid behaves correctly with file permissions. The test creates a
23 * file as ROOT with permissions 0644, does a setuid and then tries to open the
84 if (SETUID(NULL, ltpuser->pw_uid) == -1) {
86 "setuid failed to set the effective uid to %d",
153 UID16_CHECK(ltpuser->pw_uid, setuid, cleanup);
  /external/ltp/testcases/kernel/syscalls/utils/
compat_16.h 85 int SETUID(void (cleanup)(void), UID_T uid)
87 LTP_CREATE_SYSCALL(setuid, cleanup, uid);
  /system/core/init/
capabilities.cpp 36 CAP_MAP_ENTRY(SETUID),
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 40 SETUID,
134 virtual void setUID(uid_t uid __unused) {
135 ALOGV("setUID NOT IMPLEMENTED");
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 240 milliseconds