[2/2] Core 153: Update ownership of "/var/ipfire/red".

Message ID 20201129105218.2576-2-stefan.schantl@ipfire.org
State Accepted
Commit 5e5a470399cc2f1b377de7ecacfd1dffe90b89fc
Headers
Series [1/2] configroot: Change ownership of "/var/ipfire/red" to nobody. |

Commit Message

Stefan Schantl Nov. 29, 2020, 10:52 a.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 config/rootfiles/core/153/update.sh | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/update.sh
index f94cf4925..873f4ba4d 100644
--- a/config/rootfiles/core/153/update.sh
+++ b/config/rootfiles/core/153/update.sh
@@ -100,6 +100,9 @@  ldconfig
 # Update permissions
 chown -vR root:root /etc/ntp
 
+# Update owernship of "/var/ipfire/red"
+chown nobody:nobody /var/ipfire/red
+
 # Update Language cache
 /usr/local/bin/update-lang-cache