Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: drop /sys/dev/block from masked paths
there is no real advantage in masking this path, since this information is already available under /sys/devices. In fact, the files under /sys/dev/block are just symlinks. [root@953139a2851f /]# ls -l /sys/dev/block/252\:0 lrwxrwxrwx. 1 root root 0 Dec 17 12:47 /sys/dev/block/252:0 -> ../../devices/virtual/block/zram0 Fixes: #2277 Fixes: https://issues.redhat.com/browse/RHEL-3115 Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information