public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove duplicate LSM hooks in sendfile
@ 2003-02-07  0:13 Chris Wright
  0 siblings, 0 replies; only message in thread
From: Chris Wright @ 2003-02-07  0:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: greg, akpm, sds, linux-kernel

Hi,

Somehow the patch to restore the LSM hooks in sendfile got submitted by
Andrew twice (csets 1.974.1.7 and 1.947.32.14 in the current 2.5-bk).
This patch removes the duplication.  Thanks to Stephen Rothwell for
noting this.

Thanks,
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net


===== fs/read_write.c 1.27 vs edited =====
--- 1.27/fs/read_write.c	Wed Feb  5 20:04:28 2003
+++ edited/fs/read_write.c	Thu Feb  6 16:10:53 2003
@@ -535,10 +535,6 @@
 	if (retval)
 		goto fput_in;
 
-	retval = security_file_permission (in_file, MAY_READ);
-	if (retval)
-		goto fput_in;
-
 	/*
 	 * Get output file, and verify that it is ok..
 	 */
@@ -553,10 +549,6 @@
 		goto fput_out;
 	out_inode = out_file->f_dentry->d_inode;
 	retval = locks_verify_area(FLOCK_VERIFY_WRITE, out_inode, out_file, out_file->f_pos, count);
-	if (retval)
-		goto fput_out;
-
-	retval = security_file_permission (out_file, MAY_WRITE);
 	if (retval)
 		goto fput_out;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-07  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-07  0:13 [PATCH] Remove duplicate LSM hooks in sendfile Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox