https://github.com/genome/genome
Revision 86ecfbb09e92933d891afa7f102ff1cc776481d9 authored by Nathaniel Nutter on 05 June 2014, 20:35:37 UTC, committed by Nathaniel Nutter on 05 June 2014, 20:41:00 UTC
Setting absolute permissions is often not the correct thing to do because it
doesn't account for other bits the file/directory might have, e.g. setgid, or
executable.  So, for example, instead of setting thing readonly by doing `chmod
444` one could instead do `chmod a-w`.
2 parent s 91a0613 + 775c235
History
Tip revision: 86ecfbb09e92933d891afa7f102ff1cc776481d9 authored by Nathaniel Nutter on 05 June 2014, 20:35:37 UTC
remove write instead of setting absolute permissions
Tip revision: 86ecfbb

README

back to top