Actions
Bug #217
closedPermissiosn on /root are wrong
Status:
Closed
Priority:
High
Assignee:
Category:
04 - Root File System
Target version:
Start date:
19 Aug 2013
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
They are 775. They should be 550.
Add this to src/buildroot/postbuild.sh.
Updated by Hammel over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Putting a chmod in postbuild.sh
- requires sudo privs
- may break -rebuild's.
The better solution is to put this in the firstboot init script. That's been done and pushed.
Actions