This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Feedback needed on proposed cygwin feature


It strikes me that the best place for per-binary attributed like this
would be in the binary itself. I don't know how closely cygwin's exec()
looks at the program being exec'd; if it looks at the program header,
there should be a way to squirrel the attributes away there someplace.

Many "real Unix" systems do just this sort of thing; e.g. chatr in
HP-UX, which is used to alter a.out attributes.

Pro: 
  a) attributes are *really* a part of the binary; symlinks and
hardlinks all pointing to the same bits on the disk will behave the
same, while name-based approaches may be inconsistent

  b) makes it easier for attributes to work over network mounts (when
filesystems can be mounted in different places)

Con:
  a) extracting the attributes from the binary may be slower

  b) may be hard to find a "safe place" to stash the bits

Jason
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]