about summary refs log tree commit diff stats
path: root/npcoin
diff options
context:
space:
mode:
author~login@aussies.space <login@aussies.space>2019-10-03 04:08:42 +0000
committer~login@aussies.space <login@aussies.space>2019-10-03 04:08:42 +0000
commit6825e86a248df58e4248e1047e412bd4b7e2795a (patch)
tree33693addc088486ef1990785a1a075fc8439a63b /npcoin
parent4d21a73f72f2d62b318c217e76e84ff92a9dc36c (diff)
downloadtcoin-6825e86a248df58e4248e1047e412bd4b7e2795a.tar.gz
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.
Diffstat (limited to 'npcoin')
0 files changed, 0 insertions, 0 deletions
html?h=v1.1.0&id=0654d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
f07bb12f ^















34a60763 ^
f07bb12f ^


















34a60763 ^
f07bb12f ^






















34a60763 ^
f07bb12f ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107