Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sudo for file access permissions
Add sudo to commands in Chapter 8 for example module interaction. The "myvariables" in the module are set with 0660 permissions via __ATTR(), preventing direct user access. Options to fix this: 1. Instruct users to use 'sudo' to read/write files. 2. Relax the permission settings to 0666. This commit adopts the sudo method to maintain security constraints.
- Loading branch information