tpkg / client

tpkg client code
MIT License
5 stars 7 forks source link

Options to configure default owner, group and permissions #40

Open jheiss opened 11 years ago

jheiss commented 11 years ago

The default file ownership, etc. are currently hard-coded as constants in tpkg:

DEFAULT_OWNERSHIP_UID = 0 DEFAULT_OWNERSHIP_GID = 0 DEFAULT_FILE_PERMS = nil DEFAULT_DIR_PERMS = 0755

They should be user configurable.