strace/linux/dummy.h

149 lines
4.8 KiB
C
Raw Normal View History

1999-02-19 00:21:36 +00:00
/*
* Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
* Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
* Copyright (c) 1995-2018 The strace developers.
1999-02-19 00:21:36 +00:00
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef STRACE_LINUX_DUMMY_H
#define STRACE_LINUX_DUMMY_H
#ifndef HAVE_STRUCT___OLD_KERNEL_STAT
#define sys_oldfstat printargs
#define sys_oldstat printargs
#endif
1999-02-19 00:21:36 +00:00
/* still unfinished */
#define sys_rseq printargs
#define sys_vm86 printargs
#define sys_vm86old printargs
1999-02-19 00:21:36 +00:00
/* machine-specific */
#ifndef HAVE_STRUCT_USER_DESC
# define sys_modify_ldt printargs
#endif
#if !(defined HAVE_STRUCT_USER_DESC || defined M68K || defined MIPS)
# define sys_set_thread_area printargs
#endif
#if !(defined HAVE_STRUCT_USER_DESC || defined M68K)
# define sys_get_thread_area printargs
#endif
#ifdef ALPHA
# define sys_getdtablesize printargs
#endif
1999-02-19 00:21:36 +00:00
/* like another call */
#define sys_acct sys_chdir
#define sys_chroot sys_chdir
#define sys_connect sys_bind
1999-02-19 00:21:36 +00:00
#define sys_fchdir sys_close
#define sys_fdatasync sys_close
#define sys_fsync sys_close
Decode UID/GID in -y mode * defs.h (RVAL_UID, RVAL_GID): New macro constants. (printgid): New function declaration. * ipc_msgctl.c (print_msqid_ds, print_msqid_ds): Use printgid for printing GID. * ipc_shmctl.c (print_shmid_ds, print_shmid_ds): Likewise. * keyctl.c (keyctl_chown_key): Likewise. * nlattr.c (decode_nla_gid): Likewise. * linux/dummy.h (sys_getgid, sys_getgid16, sys_getresgid, sys_getresgid16, sys_setfsgid, sys_setfsgid16, sys_setgid, sys_setgid16, sys_setregid, sys_setregid16, sys_setresgid, sys_setresgid16): Remove macros. (sys_getegid): Define to sys_getgid instead of sys_getuid. (sys_getegid16): Define to sys_getgid16 instead of sys_geteuid16. * linux/syscall.h (getresgid16, getgid16, setfsgid16, setresgid16, setregid16, setgid16): New external SYS_FUNC declarations. * msghdr.c (print_scm_creds); Use PRINT_FIELD_GID for printing GID. * net.c (print_get_ucred): Likewise. * netlink_inet_diag.c (decode_inet_diag_msg): Likewise. * netlink_smc_diag.c (decode_smc_diag_msg): Likewise. * print_fields.h (PRINT_FIELD_UID); Use printuid for printing UID. (PRINT_FIELD_GID): New macro. * print_struct_stat.c (print_struct_stat): Use printuid for printing UID, printgid for printing GID. * printsiginfo.c (printsigsource): Use printuid for printing UID. * resource.c (print_priority_who): New function. (SYS_FUNC(getpriority), SYS_FUNC(setpriority)): Use print_priority_who for printing the second argument. * statx.c (SYS_FUNC(statx)): Use PRINT_FIELD_UID for printing UID, PRINT_FIELD_GID for printing GID. * syscall.c (syscall_exiting_trace): Handle RVAL_UID and RVAL_GID. * tests/overflowuid.c: Include stdio.h. (printuid): New function. * tests/setfsugid.c (printugid): Rename from printuid, update call sites. * tests/setgroups.c: Likewise. * tests/setugid.c: Likewise. * tests/tests.h (printuid): New declaration. * uid.c (printgid, sys_getresgid, sys_getgid, sys_setfsgid, sys_setresgid, sys_setregid, sys_setgid): Add SIZEIFY wrappers. (gid_t, gid_t_, gid_t__): Define similarly to uid_t, uid_t_, uid_t__. Include grp.h, pwd.h, sys/types.h. (enum id_type): New enumeration. (SYS_FUNC(getuid), SYS_FUNC(setfsuid), ): Return RVAL_UID flag. (SYS_FUNC(getgid), SYS_FUNC(setfsgid), SYS_FUNC(setgid), SYS_FUNC(getresgid), SYS_FUNC(setregid), SYS_FUNC(setresgid)): New functions. (get_print_id): Rename from get_print_uid, add idt argument, call printuid or printgid depending on it. Update call sites. (SYS_FUNC(chown), SYS_FUNC(fchown), print_gid): Use printgid for printing GID. (ID_CACHE_SIZE): New macro constant. (print_id): New function. (printuid): Implement using print_id. (printgid): New function. * xlat/priorities.in: Provide fallback values.
2018-10-26 02:18:41 +02:00
#define sys_getegid sys_getgid
#define sys_getegid16 sys_getgid16
#define sys_geteuid sys_getuid
Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls Define two sets of parsers on architectures that support (either directly or via multiarch) 16-bit and 32-bit uid/gid syscalls simultaneously. Since the code in these two sets is essentially the same and the key difference between them is the size of uid_t, implement it by parametrizing uid_t and names of parser functions. * defs.h (NEED_UID16_PARSERS): New macro. * linux/syscall.h [NEED_UID16_PARSERS] (sys_chown16, sys_fchown16, sys_getresuid16, sys_getuid16, sys_setfsuid16, sys_setresuid16, sys_setreuid16, sys_setuid16): New prototypes. * linux/dummy.h (sys_geteuid16): Alias to sys_getuid16. (sys_getegid16, sys_getgid16, sys_getresgid16, sys_setfsgid16, sys_setgid16, sys_setregid16, sys_setresgid16): Alias to corresponding sys_*uid16 functions. * uid.c: Stop including <asm/posix_types.h>. Parametrize uid_t and names of all exported functions. (get_print_uid): New function. (sys_getresuid): Use it. (printuid): Check for (uid_t) -1. * uid16.c: New file. * Makefile.am (strace_SOURCES): Add it. * linux/arm/syscallent.h: Use sys_chown16, sys_fchown16, sys_getegid16, sys_geteuid16, sys_getgid16, sys_getresgid16, sys_getresuid16, sys_getuid16, sys_setfsgid16, sys_setfsuid16, sys_setgid16, sys_setregid16, sys_setresgid16, sys_setresuid16, sys_setreuid16, and sys_setuid16 parsers for *chown and [gs]et*[gu]id syscall entries. * linux/bfin/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * tests/uid16.c: New file. * tests/uid16.test: New test. * tests/Makefile.am (CHECK_PROGRAMS): Add uid16. (TESTS): Add uid16.test. * tests/.gitignore: Add uid16.
2014-12-13 21:49:01 +00:00
#define sys_geteuid16 sys_getuid16
#define sys_getpeername sys_getsockname
#define sys_lstat sys_stat
#define sys_lstat64 sys_stat64
#define sys_mkdir sys_chmod
#define sys_mkdirat sys_fchmodat
#define sys_mlock sys_munmap
#define sys_mq_unlink sys_chdir
#define sys_munlock sys_munmap
#define sys_oldlstat sys_oldstat
#define sys_pivotroot sys_link
#define sys_rename sys_link
#define sys_rmdir sys_chdir
#define sys_sched_get_priority_max sys_sched_get_priority_min
#define sys_setdomainname sys_sethostname
#define sys_swapoff sys_chdir
#define sys_symlink sys_link
#define sys_syncfs sys_close
#define sys_umount sys_chdir
#define sys_unlink sys_chdir
#define sys_uselib sys_chdir
#define sys_vfork sys_fork
1999-02-19 00:21:36 +00:00
/* printargs does the right thing */
#define sys_getpgrp printargs
1999-02-19 00:21:36 +00:00
#define sys_getpid printargs
#define sys_getppid printargs
#define sys_gettid printargs
#define sys_idle printargs
#define sys_munlockall printargs
#define sys_pause printargs
#define sys_printargs printargs
#define sys_sched_yield printargs
#define sys_setsid printargs
#define sys_set_tid_address printargs
#define sys_setup printargs
#define sys_sync printargs
#define sys_syscall printargs
1999-02-19 00:21:36 +00:00
#define sys_vhangup printargs
/* printargs_u does the right thing */
#define sys_alarm printargs_u
/* printargs_d does the right thing */
#define sys_exit printargs_d
#define sys_getpgid printargs_d
#define sys_getsid printargs_d
#define sys_nice printargs_d
#define sys_setpgid printargs_d
#define sys_setpgrp printargs_d
#define sys_timer_delete printargs_d
#define sys_timer_getoverrun printargs_d
1999-02-19 00:21:36 +00:00
/* unimplemented */
#define sys_afs_syscall printargs
#define sys_break printargs
#define sys_create_module printargs
1999-02-19 00:21:36 +00:00
#define sys_ftime printargs
#define sys_get_kernel_syms printargs
#define sys_getpmsg printargs
#define sys_gtty printargs
1999-02-19 00:21:36 +00:00
#define sys_lock printargs
#define sys_mpx printargs
#define sys_nfsservctl printargs
#define sys_prof printargs
#define sys_profil printargs
#define sys_putpmsg printargs
#define sys_query_module printargs
#define sys_security printargs
#define sys_stty printargs
#define sys_timerfd printargs
#define sys_tuxcall printargs
#define sys_ulimit printargs
#define sys_vserver printargs
1999-02-19 00:21:36 +00:00
/* deprecated */
#define sys_bdflush printargs
#endif /* !STRACE_LINUX_DUMMY_H */