Bug #2357

open(2) flagspace is full

Added by ftigeot about 1 year ago. Updated 10 months ago.

Status:Resolved Start date:04/28/2012
Priority:High Due date:
Assignee:- % Done:

100%

Category:-
Target version:-

Description

Recent software expects to be able to use open with flags such as O_DIRECTORY or O_CLOEXEC; they are useful to prevent races and securities vulnerabilities.

I have looked at implementing O_CLOEXEC support, but all the bits in an int are already used; I have counted about 10 DragonFly-specific flags in the lot.

The standard flags, as defined in the current POSIX.1-2008 standard:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html

0001-kernel-remove-O_ROOTCRED.patch (2.2 kB) ftigeot, 07/29/2012 11:00 am

0002-kernel-remove-O_FRNONBLOCKING.patch (1.8 kB) ftigeot, 07/29/2012 11:00 am


Related todos


Related issues

related to Bug #2398: [FEATURE REQUEST] OpenAT O_DIRECTORY and AT_SYMLINK_FOLLO... Closed 07/29/2012

History

Updated by ftigeot 10 months ago

O_ROOTCRED is DragonFly-specific and effectively unused.
It can be removed without causing secondary issues

Updated by ftigeot 10 months ago

  • % Done changed from 0 to 10

O_FRNONBLOCKING is also effectively unused

Updated by ftigeot 10 months ago

Patches to remove O_ROOTCRED and O_FRNONBLOCKING

Complete world+kernel builds are needed

Updated by ftigeot 10 months ago

  • Status changed from New to Resolved
  • % Done changed from 10 to 100

Both patches pushed today

Also available in: Atom PDF