Commit Graph

110 Commits (2d5e82b8bcda58ec1e2fae5277a81e5fd067e627)

Author SHA1 Message Date
Al Viro 5300990c03 Sanitize f_flags helpers 15 years ago
Al Viro 482928d59d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) 15 years ago
Al Viro b65a9cfc2c Untangling ima mess, part 2: deal with counters 15 years ago
Eric Paris e81e3f4dca fs: move get_empty_filp() deffinition to internal.h 15 years ago
Tetsuo Handa fe542cf59b LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock(). 15 years ago
Tetsuo Handa 8b8efb4403 LSM: Add security_path_chroot(). 15 years ago
Tetsuo Handa 89eda06837 LSM: Add security_path_chmod() and security_path_chown(). 15 years ago
Heiko Carstens 4fd8da8d62 fs: change sys_truncate length parameter type 16 years ago
David Howells e0e817392b CRED: Add some configurable debugging [try #6] 16 years ago
Amerigo Wang 939a9421eb vfs: allow file truncations when both suid and write permissions set 16 years ago
Ankit Jain 3e63cbb1ef fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls 16 years ago
npiggin@suse.de 96029c4e09 fs: introduce mnt_clone_write 16 years ago
Al Viro 6e8341a11e Switch open_exec() and sys_uselib() to do_open_filp() 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Jan Kara 9e3509e273 vfs: Use lowercase names of quota functions 16 years ago
Heiko Carstens 6559eed8ca [CVE-2009-0029] System call wrappers part 30 16 years ago
Heiko Carstens 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
Heiko Carstens ca013e945b [CVE-2009-0029] System call wrappers part 17 16 years ago
Heiko Carstens 002c8976ee [CVE-2009-0029] System call wrappers part 16 16 years ago
Heiko Carstens a26eab2400 [CVE-2009-0029] System call wrappers part 15 16 years ago
Heiko Carstens 3480b25743 [CVE-2009-0029] System call wrappers part 14 16 years ago
Heiko Carstens 257ac264d6 [CVE-2009-0029] System call wrappers part 11 16 years ago
Heiko Carstens bdc480e3be [CVE-2009-0029] System call wrappers part 10 16 years ago
Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Kentaro Takeda be6d3e56a6 introduce new LSM hooks where vfsmount is available. 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells 745ca2475a CRED: Pass credentials through dentry_open() 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 1cdcbec1a3 CRED: Neuter sys_capset() 16 years ago
Al Viro aeb5d72706 [PATCH] introduce fmode_t, do annotations 16 years ago
Alan Cox 2cb5998b5f tty: the vhangup syscall is racy 16 years ago
Al Viro 1027abe882 [PATCH] merge locate_fd() and get_unused_fd() 17 years ago
Al Viro 4e1e018ecc [PATCH] fix RLIM_NOFILE handling 17 years ago
Al Viro 2d8f30380a [PATCH] sanitize __user_walk_fd() et.al. 17 years ago
Al Viro 256984a838 [PATCH] preparation to __user_walk_fd cleanup 17 years ago
Al Viro 30524472c2 [PATCH] take noexec checks to very few callers that care 17 years ago
Miklos Szeredi beb29e058c [patch 4/4] vfs: immutable inode checking cleanup 17 years ago
Al Viro a110343f0d [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess 17 years ago
Al Viro 7f2da1e7d0 [PATCH] kill altroot 17 years ago
Al Viro 8bb79224b8 [PATCH] permission checks for chdir need special treatment only on the last step 17 years ago
Miklos Szeredi c82e42da8a [patch 1/5] vfs: truncate: dont check immutable twice 17 years ago
Jon Tollefson f4a67cceee fs: check for statfs overflow 17 years ago
Andrew G. Morgan 086f7316f0 security: filesystem capabilities: fix fragile setuid fixup code 17 years ago
Al Viro 9f3acc3140 [PATCH] split linux/file.h 17 years ago
Nick Piggin 70688e4dd1 xip: support non-struct page backed memory 17 years ago
Dave Hansen ad775f5a8f [PATCH] r/o bind mounts: debugging for missed calls 17 years ago
Dave Hansen 2f676cbc0d [PATCH] r/o bind mounts: make access() use new r/o helper 17 years ago
Dave Hansen 9ac9b8474c [PATCH] r/o bind mounts: write counts for truncate() 17 years ago
Dave Hansen 2af482a7ed [PATCH] r/o bind mounts: elevate write count for chmod/chown callers 17 years ago