Changes between Initial Version and Version 1 of Ticket #689, comment 4


Ignore:
Timestamp:
2017-09-08T19:31:29Z (7 years ago)
Author:
Jiří Zárevúcky

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #689, comment 4

    initial v1  
    1 I guess the most common example would be chroot and related sandboxing mechanisms. But IMO, lookup of data files is a fundamentally platfrom-dependent task, and making data explicitly relative to binary path is a very weird (inflexible, error prone) way to go about it.
     1I guess the most common example would be chroot and related sandboxing mechanisms. But IMO, lookup of data files is a fundamentally platfrom-dependent task, and making data explicitly relative to binary path is a very weird (inflexible, error prone, nonportable) way to go about it.