Closed tst-cjeffries closed 4 years ago
Adds a --secure flag to geconfigureassetroot and geupgradeassetroot to remove world-writable permissions.
--secure
geconfigureassetroot
geupgradeassetroot
To test:
root:gegroup
-r-xr-sr-x
/gevol/assets/.config
/gevol/assets/.userdata
geconfigureassetroot --repair --secure
The code that creates the Fusion RPM should also be updated to set the ownership and permissions like the install.
Good catch.
RPM changes have been added/tested @tst-jzmolek
Adds a
--secure
flag togeconfigureassetroot
andgeupgradeassetroot
to remove world-writable permissions.To test:
root:gegroup
and has the following permissions:-r-xr-sr-x
./gevol/assets/.config
and/gevol/assets/.userdata
both are world writable.geconfigureassetroot --repair --secure
/gevol/assets/.config
and/gevol/assets/.userdata
both are not world writable.