rwatson     2007-02-19 22:56:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_shm.c 
  Log:
  Remove call to ipcperm() in shmget_existing().  The flags argument is
  ignored on other systems I investigated when accessing an existing
  memory segment rather than creating a new one.  This call to ipcperm()
  is the only one to pass in a complete mode flag to the permission
  checks rather than a simple access request mask, and caused problems
  for the revised ipcperm() based on the priv(9) interface, which can
  now be restored.
  
  PR:     106078
  
  Revision  Changes    Path
  1.109     +0 -3      src/sys/kern/sysv_shm.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to