Results 1 to 6 of 6

Thread: Restricting Access To USB Devices In Ubuntu

  1. #1
    Join Date
    Jan 2009
    Posts
    57

    Restricting Access To USB Devices In Ubuntu

    Hello, I am using Ubuntu 9.04 on my computer and want to do some or the other setting from which one will able to use usb devices for any type of keyboard of moue which are having usb connections. But, if someone want to connect Pen drive or any other storage device then it will not able to connect it. How can we achive this. Is is possible to Restrict access to usb device in Ubuntu 9.04?

  2. #2
    Dr. V Guest

    Re: Restricting Access To USB Devices In Ubuntu

    I think you need to disable all those usb connections by using the Device Manager. You will able to get the list of all those usb connections present at your computer. So, you just need to right click on each one and just click on the disable option. So, your all of the usb ports will not work and when anyone connects usb, it will not detected on your computer.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: Restricting Access To USB Devices In Ubuntu

    You can do it by simply typing below command on your computer:

    Code:
    sudo chmod go-x /bin/mount
    sudo chmod go-x /bin/umount
    Just use these command.

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Restricting Access To USB Devices In Ubuntu

    I have come to know that The ADM template is used for this sort of purposes. If you use this then it will set the registry value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor\Start to 4 (Disable). So, anyone cannot able to use usb devices on the computer. But, if you have some usb ports which are not installed already then it will not take charge on that and so one can use that usb port afterwards to connect it.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Restricting Access To USB Devices In Ubuntu

    I am not having installed Ubuntu 9.04 on my computer and using Windows xp operating system installed on my computer. So, I know the solution for the Windows xp, just check it on your ubuntu.
    1. You can change the permissions of the usb device by changing the registry.
    2. You can simply disable driver for that particular port.
    3. You can create that particular device WriteProtected.

  6. #6
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Restricting Access To USB Devices In Ubuntu

    If you want to restrict access to usb device in Ubuntu 9.04 then you have to use the command below:
    sudo chmod go-x /bin/mount
    sudo chmod go-x /bin/umount

    You can search these type of tricks on internet. There are many more tricks available on internet.

Similar Threads

  1. Is there any fix for using IOS 5 devices on ubuntu
    By HangDown in forum Portable Devices
    Replies: 7
    Last Post: 05-01-2012, 11:59 AM
  2. Restricting access to mail app on iPad
    By ZEENA in forum Portable Devices
    Replies: 4
    Last Post: 26-02-2011, 12:37 AM
  3. Plugin problem of USB Devices in Ubuntu
    By Laquan in forum Windows Software
    Replies: 3
    Last Post: 14-01-2010, 01:27 PM
  4. Restricting access to the messenger?
    By Icarusul in forum Technology & Internet
    Replies: 2
    Last Post: 22-09-2008, 07:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,973,724.37133 seconds with 17 queries