GNU/Linux >> Tutoriales Linux >  >> Linux

¿Cómo deshabilitar el montaje automático de unidades externas?

¿Es posible deshabilitar el montaje automático de discos duros externos o USB en RHEL?

Por razones de seguridad tengo que deshabilitar esta función.

Y cuando lo necesite, lo habilitaré de nuevo.

Respuesta aceptada:

Comience con service autofs stop y chkconfig autofs off .
También puede deshabilitar el montaje automático de GNOME con el siguiente comando:

gconftool-2 --direct 
    --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory 
    --type bool 
    --set /desktop/gnome/volume_manager/automount_drives false

Si también desea deshabilitar el montaje automático de medios como unidades de CD/DVD,
también puede agregar:

gconftool-2 --direct 
    --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory 
    --type bool 
    --set /desktop/gnome/volume_manager/automount_media false

Para mayor seguridad, también puede agregar la siguiente línea a /etc/modprobe.conf :

install usb-storage /bin/true

Todo esto en conjunto debería deshabilitar por completo el montaje automático en RHEL 5/6.
Esta información proviene de la "Guía para la configuración segura de RedHat Enterprise Linux 5" de la NSA, sección 2.2.2 ([enlace directo (PDF)]).


Linux
  1. Cómo deshabilitar SELinux de forma temporal o permanente

  2. ¿Cómo deshabilitar el gráfico de arranque?

  3. ¿Cómo deshabilitar SELinux en CentOS?

  4. CentOS/RHEL 6:Cómo deshabilitar IPv6

  5. ¿Cómo hacer pruebas del sistema de archivos?

Cómo deshabilitar SELinux en CentOS 8

Cómo agregar almacenamiento externo a ownCloud 9

Cómo deshabilitar SELinux en CentOS

Cómo deshabilitar SELinux en AlmaLinux 8

Cómo deshabilitar ModSecurity en cPanel

Cómo deshabilitar el intercambio en Linux