Jeff Layton
|
669abf4e55
vfs: make path_openat take a struct filename pointer
|
12 years ago |
Jeff Layton
|
91a27b2a75
vfs: define struct filename and have getname() return it
|
12 years ago |
Linus Torvalds
|
42859eea96
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Michel Lespinasse
|
38a76013ad
mm: avoid taking rmap locks in move_ptes()
|
12 years ago |
Oleg Nesterov
|
d5bbd43d5f
exec: make de_thread() killable
|
12 years ago |
Oleg Nesterov
|
0f4cfb2e4e
coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1
|
12 years ago |
Alex Kelly
|
179899fd5d
coredump: update coredump-related headers
|
12 years ago |
Alex Kelly
|
10c28d937e
coredump: move core dump functionality into its own file
|
12 years ago |
Al Viro
|
38b983b346
generic sys_execve()
|
12 years ago |
Al Viro
|
282124d186
generic kernel_execve()
|
12 years ago |
Al Viro
|
179e037fc1
do_coredump(): make sure that descriptor table isn't shared
|
13 years ago |
Al Viro
|
8280d16172
new helper: replace_fd()
|
13 years ago |
Al Viro
|
6a6d27de34
take close-on-exec logics to fs/file.c, clean it up a bit
|
13 years ago |
Al Viro
|
826eba4db0
the only place that needs to include asm/exec.h is linux/binfmts.h
|
13 years ago |
Linus Torvalds
|
a0e881b7c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Jovi Zhang
|
108ceeb020
coredump: fix wrong comments on core limits of pipe coredump case
|
13 years ago |
Kees Cook
|
54b501992d
coredump: warn about unsafe suid_dumpable / core_pattern combo
|
13 years ago |
Kees Cook
|
9520628e8c
fs: make dumpable=2 require fully qualified path
|
13 years ago |
Al Viro
|
e4fad8e5d2
consolidate pipe file creation
|
13 years ago |
Josh Boyer
|
8ded2bbc18
posix_types.h: Cleanup stale __NFDBITS and related definitions
|
13 years ago |
Konstantin Khlebnikov
|
4fe7efdbdf
mm: correctly synchronize rss-counters at exit/exec
|
13 years ago |
Linus Torvalds
|
48d212a2ee
Revert "mm: correctly synchronize rss-counters at exit/exec"
|
13 years ago |
Konstantin Khlebnikov
|
40af1bbdca
mm: correctly synchronize rss-counters at exit/exec
|
13 years ago |
Al Viro
|
e5467859f7
split ->file_mmap() into ->mmap_addr()/->mmap_file()
|
13 years ago |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 years ago |
Linus Torvalds
|
ec0d7f18ab
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
Suresh Siddha
|
11aeca0b3a
coredump: ensure the fpu state is flushed for proper multi-threaded core dump
|
13 years ago |
Eric W. Biederman
|
9e4a36ece6
userns: Fail exec for suid and sgid binaries with ids outside our user namespace.
|
13 years ago |
Eric W. Biederman
|
8e96e3b7b8
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
|
13 years ago |
Andy Lutomirski
|
259e5e6c75
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
|
13 years ago |