Known issue item relating to unlocked to system v IPC allowed flag in
jail is in fact not an issue due to integer reads being atomic and the fact that any races there would exist regardless of the presence of synchronization. Remove from the todo list.
This commit is contained in:
parent
741e962f18
commit
c2e8ece9d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21646
1 changed files with 1 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.126 2004/04/24 00:53:52 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.127 2004/05/31 06:30:13 hmp Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -1994,13 +1994,6 @@
|
|||
<td> &status.unresolved; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> jail_sysvipc_allowed is checked in an unsafe manner in
|
||||
the SYSV IPC syscalls. </td>
|
||||
<td> 5 March 2002 </td>
|
||||
<td> &status.unresolved; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue