Commit 1a829ff
committed
[Fix] clamav_linksigs: unconditional 644 on partner scanner sig deployment
[Fix] chmod 644 on deployed sigs was split across two ownership branches,
making it look conditional on dir ownership. Hoist to a single unconditional
pass immediately after cp — signatures in partner scanner paths must always
be world-readable for the scanner daemon. chown remains conditional for
non-root ClamAV dirs.1 parent c31435f commit 1a829ff
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| |||
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
0 commit comments