diff options
-rw-r--r-- | etc/mdev.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/mdev.conf b/etc/mdev.conf index 26bb575..7bef3d7 100644 --- a/etc/mdev.conf +++ b/etc/mdev.conf @@ -15,8 +15,7 @@ hwrandom root:root 0660 # console does already exist; therefore ownership has to # be changed with command -console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x - ↪in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done +console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done kmem root:root 0640 mem root:root 0640 |