Install: Fix permissions
This commit is contained in:
@@ -29,7 +29,7 @@ finish_install() {
|
|||||||
|
|
||||||
chown root:root "$MOUNT_POINT" -R
|
chown root:root "$MOUNT_POINT" -R
|
||||||
chmod ug=rwX,o=rX "$MOUNT_POINT" -R
|
chmod ug=rwX,o=rX "$MOUNT_POINT" -R
|
||||||
chmod o+w "$MOUNT_POINT/config" "$MOUNT_POINT/config.d"
|
chmod o+w "$MOUNT_POINT/config" "$MOUNT_POINT/config.d" -R
|
||||||
|
|
||||||
# Create an empty ks.cfg at the OEMDRV root so non-root can overwrite it
|
# Create an empty ks.cfg at the OEMDRV root so non-root can overwrite it
|
||||||
# with configure.sh (the OEMDRV root itself is not world-writable).
|
# with configure.sh (the OEMDRV root itself is not world-writable).
|
||||||
|
|||||||
Reference in New Issue
Block a user