Imported Upstream version 2.69 upstream upstream/2.69
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 14 Feb 2024 12:15:33 +0000 (13:15 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 14 Feb 2024 12:15:33 +0000 (13:15 +0100)
commit46a71608a1c1f277922adf2a82c4ab1e4d7ad320
tree13e7d9070ff0f463f1ebb644cf5afa3d90277043
parentbcca19a055cbdb0d67985ac08fef491f6d4bb42b
Imported Upstream version 2.69
258 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG
License
Make.Rules
Makefile
README
cap/License [new file with mode: 0644]
cap/README [new file with mode: 0644]
cap/cap.go [new file with mode: 0644]
cap/cap_test.go [new file with mode: 0644]
cap/convenience.go [new file with mode: 0644]
cap/file.go [new file with mode: 0644]
cap/flags.go [new file with mode: 0644]
cap/go.mod [new file with mode: 0644]
cap/iab.go [new file with mode: 0644]
cap/launch.go [new file with mode: 0644]
cap/legacy.go [new file with mode: 0644]
cap/modern.go [new file with mode: 0644]
cap/names.go [new file with mode: 0644]
cap/oslockluster.go [new file with mode: 0644]
cap/oslocks.go [new file with mode: 0644]
cap/syscalls.go [new file with mode: 0644]
cap/text.go [new file with mode: 0644]
contrib/Makefile
contrib/bug216610/.gitignore [new file with mode: 0644]
contrib/bug216610/Dockerfile [new file with mode: 0644]
contrib/bug216610/Makefile [new file with mode: 0644]
contrib/bug216610/README.md [new file with mode: 0644]
contrib/bug216610/c/build.sh [new file with mode: 0755]
contrib/bug216610/c/fib.c [new file with mode: 0644]
contrib/bug216610/c/gcc.sh [new file with mode: 0755]
contrib/bug216610/go/.gitignore [new file with mode: 0644]
contrib/bug216610/go/fibber/fib.go [new file with mode: 0644]
contrib/bug216610/go/fibber/fibs_linux_amd64.s [new file with mode: 0644]
contrib/bug216610/go/fibber/fibs_linux_arm.s [new file with mode: 0644]
contrib/bug216610/go/go.mod [new file with mode: 0644]
contrib/bug216610/go/main.go [new file with mode: 0644]
contrib/bug216610/mkdocker.sh [new file with mode: 0755]
contrib/bug216610/package_fns.sh [new file with mode: 0755]
contrib/bug400591/Makefile
contrib/capso/.gitignore [new file with mode: 0644]
contrib/capso/Makefile [new file with mode: 0644]
contrib/capso/README.md [new file with mode: 0644]
contrib/capso/bind.c [new file with mode: 0644]
contrib/capso/capso.c [new file with mode: 0644]
contrib/capso/capso.h [new file with mode: 0644]
contrib/pcaps4convenience
contrib/pcaps4server
contrib/pcaps4suid0
contrib/seccomp/explore.go [new file with mode: 0644]
contrib/seccomp/go.mod [new file with mode: 0644]
contrib/sucap/Makefile [new file with mode: 0644]
contrib/sucap/README.md [new file with mode: 0644]
contrib/sucap/su.c [new file with mode: 0644]
contrib/sucap/sucap.pamconfig [new file with mode: 0644]
distcheck.sh [new file with mode: 0755]
doc/Makefile
doc/__psx_syscall.3 [new file with mode: 0644]
doc/cap_clear.3
doc/cap_copy_ext.3
doc/cap_copy_int_check.3 [new file with mode: 0644]
doc/cap_fill.3 [new file with mode: 0644]
doc/cap_fill_flag.3 [new file with mode: 0644]
doc/cap_from_text.3
doc/cap_func_launcher.3 [new file with mode: 0644]
doc/cap_get_ambient.3 [new file with mode: 0644]
doc/cap_get_file.3
doc/cap_get_mode.3 [new file with mode: 0644]
doc/cap_get_nsowner.3 [new file with mode: 0644]
doc/cap_get_proc.3
doc/cap_get_secbits.3 [new file with mode: 0644]
doc/cap_iab.3 [new file with mode: 0644]
doc/cap_iab_compare.3 [new file with mode: 0644]
doc/cap_iab_dup.3 [new file with mode: 0644]
doc/cap_iab_fill.3 [new file with mode: 0644]
doc/cap_iab_from_text.3 [new file with mode: 0644]
doc/cap_iab_get_pid.3 [new file with mode: 0644]
doc/cap_iab_get_proc.3 [new file with mode: 0644]
doc/cap_iab_get_vector.3 [new file with mode: 0644]
doc/cap_iab_init.3 [new file with mode: 0644]
doc/cap_iab_set_proc.3 [new file with mode: 0644]
doc/cap_iab_set_vector.3 [new file with mode: 0644]
doc/cap_iab_to_text.3 [new file with mode: 0644]
doc/cap_init.3
doc/cap_launch.3 [new file with mode: 0644]
doc/cap_launcher_callback.3 [new file with mode: 0644]
doc/cap_launcher_set_chroot.3 [new file with mode: 0644]
doc/cap_launcher_set_iab.3 [new file with mode: 0644]
doc/cap_launcher_set_mode.3 [new file with mode: 0644]
doc/cap_launcher_setgroups.3 [new file with mode: 0644]
doc/cap_launcher_setuid.3 [new file with mode: 0644]
doc/cap_max_bits.3 [new file with mode: 0644]
doc/cap_mode.3 [new file with mode: 0644]
doc/cap_mode_name.3 [new file with mode: 0644]
doc/cap_new_launcher.3 [new file with mode: 0644]
doc/cap_prctl.3 [new file with mode: 0644]
doc/cap_prctlw.3 [new file with mode: 0644]
doc/cap_proc_root.3 [new file with mode: 0644]
doc/cap_reset_ambient.3 [new file with mode: 0644]
doc/cap_set_ambient.3 [new file with mode: 0644]
doc/cap_set_mode.3 [new file with mode: 0644]
doc/cap_set_nsowner.3 [new file with mode: 0644]
doc/cap_set_secbits.3 [new file with mode: 0644]
doc/cap_set_syscall.3 [new file with mode: 0644]
doc/cap_setgroups.3 [new file with mode: 0644]
doc/cap_setuid.3 [new file with mode: 0644]
doc/capability.md [moved from doc/capability.notes with 51% similarity]
doc/capsh.1
doc/captree.8 [new file with mode: 0644]
doc/crosslink.sh [new file with mode: 0755]
doc/getcap.8
doc/getpcaps.8 [new file with mode: 0644]
doc/libcap.3
doc/libpsx.3 [new file with mode: 0644]
doc/md2html.lua [new file with mode: 0644]
doc/mkmd.sh [new file with mode: 0755]
doc/old/_setfilecap.2
doc/psx_load_syscalls.3 [new file with mode: 0644]
doc/psx_set_sensitivity.3 [new file with mode: 0644]
doc/psx_syscall.3 [new file with mode: 0644]
doc/psx_syscall3.3 [new file with mode: 0644]
doc/psx_syscall6.3 [new file with mode: 0644]
doc/setcap.8
doc/values/0.txt [new file with mode: 0644]
doc/values/1.txt [new file with mode: 0644]
doc/values/10.txt [new file with mode: 0644]
doc/values/11.txt [new file with mode: 0644]
doc/values/12.txt [new file with mode: 0644]
doc/values/13.txt [new file with mode: 0644]
doc/values/14.txt [new file with mode: 0644]
doc/values/15.txt [new file with mode: 0644]
doc/values/16.txt [new file with mode: 0644]
doc/values/17.txt [new file with mode: 0644]
doc/values/18.txt [new file with mode: 0644]
doc/values/19.txt [new file with mode: 0644]
doc/values/2.txt [new file with mode: 0644]
doc/values/20.txt [new file with mode: 0644]
doc/values/21.txt [new file with mode: 0644]
doc/values/22.txt [new file with mode: 0644]
doc/values/23.txt [new file with mode: 0644]
doc/values/24.txt [new file with mode: 0644]
doc/values/25.txt [new file with mode: 0644]
doc/values/26.txt [new file with mode: 0644]
doc/values/27.txt [new file with mode: 0644]
doc/values/28.txt [new file with mode: 0644]
doc/values/29.txt [new file with mode: 0644]
doc/values/3.txt [new file with mode: 0644]
doc/values/30.txt [new file with mode: 0644]
doc/values/31.txt [new file with mode: 0644]
doc/values/32.txt [new file with mode: 0644]
doc/values/33.txt [new file with mode: 0644]
doc/values/34.txt [new file with mode: 0644]
doc/values/35.txt [new file with mode: 0644]
doc/values/36.txt [new file with mode: 0644]
doc/values/37.txt [new file with mode: 0644]
doc/values/38.txt [new file with mode: 0644]
doc/values/39.txt [new file with mode: 0644]
doc/values/4.txt [new file with mode: 0644]
doc/values/40.txt [new file with mode: 0644]
doc/values/5.txt [new file with mode: 0644]
doc/values/6.txt [new file with mode: 0644]
doc/values/7.txt [new file with mode: 0644]
doc/values/8.txt [new file with mode: 0644]
doc/values/9.txt [new file with mode: 0644]
go/.gitignore [new file with mode: 0644]
go/Makefile [new file with mode: 0644]
go/b210613.go [new file with mode: 0644]
go/b215283.go [new file with mode: 0644]
go/cgo-required.sh [new file with mode: 0755]
go/compare-cap.go [new file with mode: 0644]
go/go-mod-index.html [new file with mode: 0644]
go/go.mod [new file with mode: 0644]
go/mismatch.go [new file with mode: 0644]
go/mknames.go [new file with mode: 0644]
go/ok.go [new file with mode: 0644]
go/psx-fd.go [new file with mode: 0644]
go/psx-signals.go [new file with mode: 0644]
go/try-launching.go [new file with mode: 0644]
goapps/captrace/captrace.go [new file with mode: 0644]
goapps/captrace/go.mod [new file with mode: 0644]
goapps/captree/captree.go [new file with mode: 0644]
goapps/captree/go.mod [new file with mode: 0644]
goapps/gowns/go.mod [new file with mode: 0644]
goapps/gowns/gowns.go [new file with mode: 0644]
goapps/setid/go.mod [new file with mode: 0644]
goapps/setid/setid.go [new file with mode: 0644]
goapps/web/README.md [new file with mode: 0644]
goapps/web/go.mod [new file with mode: 0644]
goapps/web/web.go [new file with mode: 0644]
gomods.sh [new file with mode: 0755]
kdebug/Makefile [new file with mode: 0644]
kdebug/exit.c [new file with mode: 0644]
kdebug/test-bash.sh [new file with mode: 0644]
kdebug/test-init.sh [new file with mode: 0644]
kdebug/test-kernel.sh [new file with mode: 0755]
kdebug/test-passwd [new file with mode: 0644]
kdebug/test-prompt.sh [new file with mode: 0644]
libcap/.gitignore
libcap/Makefile
libcap/_makenames.c
libcap/cap_alloc.c
libcap/cap_extint.c
libcap/cap_file.c
libcap/cap_flag.c
libcap/cap_names.header [new file with mode: 0644]
libcap/cap_proc.c
libcap/cap_test.c [new file with mode: 0644]
libcap/cap_text.c
libcap/empty.c [new file with mode: 0644]
libcap/execable.c [new file with mode: 0644]
libcap/execable.h [new file with mode: 0644]
libcap/include/sys/.gitignore [new file with mode: 0644]
libcap/include/sys/capability.h
libcap/include/uapi/linux/capability.h
libcap/include/uapi/linux/prctl.h
libcap/include/uapi/linux/securebits.h
libcap/libcap.h
libcap/libcap.pc.in
libcap/libpsx.pc.in [new file with mode: 0644]
libcap/psx_exec.c [new file with mode: 0644]
pam_cap/.gitignore
pam_cap/License
pam_cap/Makefile
pam_cap/capability.conf
pam_cap/execable.c [new file with mode: 0644]
pam_cap/lazylink.c [new file with mode: 0644]
pam_cap/pam_cap.c
pam_cap/sudotest.conf [new file with mode: 0644]
pam_cap/test_pam_cap.c [new file with mode: 0644]
pgp.keys.asc
progs/.gitignore
progs/Makefile
progs/capsh.c
progs/capshdoc.c [new file with mode: 0644]
progs/capshdoc.h [new file with mode: 0644]
progs/getcap.c
progs/getpcaps.c
progs/mkcapshdoc.sh [new file with mode: 0755]
progs/quicktest.sh
progs/setcap.c
psx/License [new file with mode: 0644]
psx/README [new file with mode: 0644]
psx/doc.go [new file with mode: 0644]
psx/go.mod [new file with mode: 0644]
psx/psx.c [new file with mode: 0644]
psx/psx.go [new file with mode: 0644]
psx/psx_cgo.go [new file with mode: 0644]
psx/psx_cgo_test.go [new file with mode: 0644]
psx/psx_syscall.h [new file with mode: 0644]
psx/psx_test.go [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/exploit.c [new file with mode: 0644]
tests/libcap_launch_test.c [new file with mode: 0644]
tests/libcap_psx_test.c [new file with mode: 0644]
tests/noop.c [new file with mode: 0644]
tests/psx_test.c [new file with mode: 0644]
tests/uns_test.c [new file with mode: 0644]