Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/debugfs755
Helper package that sets DebugFS mounting permissions to 0755 in systemd systems
https://github.com/rinigus/debugfs755
Last synced: 13 days ago
JSON representation
Helper package that sets DebugFS mounting permissions to 0755 in systemd systems
- Host: GitHub
- URL: https://github.com/rinigus/debugfs755
- Owner: rinigus
- License: mit
- Created: 2016-05-24T11:08:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T06:05:07.000Z (over 8 years ago)
- Last Synced: 2024-11-10T09:45:14.929Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# debugfs755
Helper package that sets DebugFS mounting permissions to 0755 in systemd systemsThis is a convenience package for users who want to mount debugFS with relaxed permissions and is mainly targeted towards Sailfish OS phones/tablets.
The newer Linux kernels mount DebugFS with 0700 permissions, starting from the commit https://github.com/torvalds/linux/commit/82aceae4f0d42f03d9ad7d1e90389e731153898f . If the user desires to change permissions to world-readable, debugFS has to be remounted or its mount command altered on system boot. This package adds configuration file at /etc/systemd/system/sys-kernel-debug.mount.d to change mount options of systemd debugFS mount script.
Here is a bit of reading regarding DebugFS and some discussions around it:
https://lwn.net/Articles/429321/
and the current Readme in kernel source:
https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt