Skip to content

Fix permissions for system user at startup #1

@James-Livesey

Description

@James-Livesey

Further to LiveGTech/OS-Bootstrap#5, we will need to update startup.sh to reflect the changes for that issue. This requires a replacement of sudo chmod -R a+w /system with sudo chmod -R ug+w /system.

We can revert the current incorrect permissions on the /system folder by running sudo chmod -R o-w /system, which removes the write permission for other users for all files and directories.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions