You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- fakeroot-1.26/test/tartest.orig 2021-12-16 22:51:05.716720795 +0000
|
|
+++ fakeroot-1.26/test/tartest 2021-12-17 00:02:40.784190384 +0000
|
|
@@ -58,6 +58,7 @@ for f in $LIST; do
|
|
mkdir -p hello/$f
|
|
touch hello/$f/file
|
|
touch $f.file
|
|
+ chown root:root $f.file
|
|
done
|
|
|
|
chown -R daemon:sys 2
|