diff options
author | ~login@aussies.space | 2019-10-03 04:08:42 +0000 |
---|---|---|
committer | ~login@aussies.space | 2019-10-03 04:08:42 +0000 |
commit | 6825e86a248df58e4248e1047e412bd4b7e2795a (patch) | |
tree | 33693addc088486ef1990785a1a075fc8439a63b | |
parent | 4d21a73f72f2d62b318c217e76e84ff92a9dc36c (diff) |
Bug fix to ntcoin
Previously, the executables 'tcoin' and 'pcoin', which had setuid set, were stored in tcoin/bin/*. However, the "tcoin" directory is restricted, so any executables inside it are inaccessible to users. To fix this, the compile_tcoin and compile_pcoin scripts have been modified to store the executables in a third specified directory, called the <bin dir> in the help. <bin dir> will be accessible to all users. The symbolic constants/preprocessor directives have also been changed to reflect the updated paths.
-rwxr-xr-x | ntcoin | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/ntcoin b/ntcoin
index 71e09f5..051fd9c 100755
--- a/ntcoin
+++ b/ntcoin
|