Dmitry V. Levin
1e88073053
* configure.ac (AC_CHECK_HEADERS): Add linux/securebits.h. * prctl.c (sys_prctl): Implement full decoding of all PR_* constants as defined in linux v3.19. (sys_arch_prctl): Fix decoding of unknown commands. * xlat/cap.in: New file. * xlat/pr_mce_kill.in: New file. * xlat/pr_mce_kill_policy.in: New file. * xlat/pr_set_mm.in: New file. * xlat/pr_tsc.in: New file. * xlat/pr_unalign_flags.in: New file. * xlat/secbits.in: New file. * xlat/prctl_options.in: Remove non-linux constants, add fallback definitions. * xlat/seccomp_mode.in: Add fallback definitions.
40 lines
557 B
Plaintext
40 lines
557 B
Plaintext
#unconditional
|
|
CAP_CHOWN
|
|
CAP_DAC_OVERRIDE
|
|
CAP_DAC_READ_SEARCH
|
|
CAP_FOWNER
|
|
CAP_FSETID
|
|
CAP_KILL
|
|
CAP_SETGID
|
|
CAP_SETUID
|
|
CAP_SETPCAP
|
|
CAP_LINUX_IMMUTABLE
|
|
CAP_NET_BIND_SERVICE
|
|
CAP_NET_BROADCAST
|
|
CAP_NET_ADMIN
|
|
CAP_NET_RAW
|
|
CAP_IPC_LOCK
|
|
CAP_IPC_OWNER
|
|
CAP_SYS_MODULE
|
|
CAP_SYS_RAWIO
|
|
CAP_SYS_CHROOT
|
|
CAP_SYS_PTRACE
|
|
CAP_SYS_PACCT
|
|
CAP_SYS_ADMIN
|
|
CAP_SYS_BOOT
|
|
CAP_SYS_NICE
|
|
CAP_SYS_RESOURCE
|
|
CAP_SYS_TIME
|
|
CAP_SYS_TTY_CONFIG
|
|
CAP_MKNOD
|
|
CAP_LEASE
|
|
CAP_AUDIT_WRITE
|
|
CAP_AUDIT_CONTROL
|
|
CAP_SETFCAP
|
|
CAP_MAC_OVERRIDE
|
|
CAP_MAC_ADMIN
|
|
CAP_SYSLOG
|
|
CAP_WAKE_ALARM
|
|
CAP_BLOCK_SUSPEND
|
|
CAP_AUDIT_READ
|