Mail Archives: cygwin/1997/12/01/19:51:24
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -