From: Amon Ott <ao@rsbac.org>
Subject: Fwd: little bug
Date: Fri, 29 Sep 2000 09:33:28 +0200
Next Article (by Subject): Fwd: Re: Pitbull & linux... Fabrice MARIE
Previous Article (by Subject): fs as module / undefined symbol rsbac_sec_del ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]
--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Stanislav found a small logging bug in the 2.2.17 patch. It will be corrected in
the 2.2.17 and 2.4.0-test7/8 patch for 1.0.9c.
Amon.
---------- Forwarded message: ----------
Subject: little bug
Date: Fri, 29 Sep 2000 11:05:37 +0400
From: inger <inger@linux.ru.net>
Little programming bug (see attach).
-----------
With best regards
Stanislav Ievlev
--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/plain;
name="ipc-patch.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="ipc-patch.diff"
diff -Naur linux/ipc/msg.c linux.orig/ipc/msg.c
--- linux.orig/ipc/msg.c Fri Sep 29 10:51:07 2000
+++ linux/ipc/msg.c Fri Sep 29 10:55:45 2000
@@ -179,7 +179,7 @@
printk(KERN_WARNING
"real_msgsnd() [sys_msgsnd()]: rsbac_adf_request() for CLOSE returned NOT_GRANTED");
}
- if (!rsbac_adf_set_attr(R_CLOSE,
+ if (rsbac_adf_set_attr(R_CLOSE,
current->pid,
T_IPC,
rsbac_target_id,
--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD--
-
To unsubscribe from the rsbac list, send a mail to
majordomo@rsbac.org with
unsubscribe rsbac
as single line in the body.
Next Article (by Subject): Fwd: Re: Pitbull & linux... Fabrice MARIE
Previous Article (by Subject): fs as module / undefined symbol rsbac_sec_del ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]