This commit is contained in:
Michal S.
2026-08-04 17:59:44 +01:00
commit 69071efd58
123 changed files with 7728 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Load the exact module matching a kernel device alias. Device nodes themselves
# are supplied by devtmpfs and mdevd applies conservative default ownership.
$MODALIAS=.* root:root 0600 @modprobe -qb "$MODALIAS"
null root:root 0666
zero root:root 0666
full root:root 0666
random root:root 0444
urandom root:root 0444
console root:tty 0600
tty root:tty 0666
tty[0-9]* root:tty 0660
ttyS[0-9]* root:uucp 0660
.* root:root 0600