Browse Source

Do not load u2mfn module anymore

It isn't used in Qubes R4.1 anymore

QubesOS/qubes-issues#4280
Marek Marczykowski-Górecki 4 years ago
parent
commit
1b28fcd4f1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      vm-systemd/qubes-sysinit.sh

+ 0 - 4
vm-systemd/qubes-sysinit.sh

@@ -36,10 +36,6 @@ chmod 666 /proc/xen/xenbus
 chmod 660 /proc/xen/privcmd
 chgrp qubes /proc/xen/privcmd
 
-[ -e /proc/u2mfn ] || modprobe u2mfn
-# Set permissions to files needed by gui-agent
-chmod 666 /proc/u2mfn
-
 # Set default services depending on VM type
 is_appvm && DEFAULT_ENABLED=$DEFAULT_ENABLED_APPVM && touch /var/run/qubes/this-is-appvm
 is_netvm && DEFAULT_ENABLED=$DEFAULT_ENABLED_NETVM && touch /var/run/qubes/this-is-netvm