Results 1 to 5 of 5

Thread: Security issue - disallow users sharing data

  1. #1
    Join Date
    Apr 2006
    Beans
    3,937

    Security issue - disallow users sharing data

    Hi folks,


    Ubuntu 8.04 workstation

    3 users share this PC, each having its login and password. How to stop user reading the home directory of another user. TIA

    B.R.
    satimis

  2. #2
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Security issue - disallow users sharing data

    change the permissions of your home directory.

    chmod 770 $HOME
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  3. #3
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,703

    Re: Security issue - disallow users sharing data

    I would do it this way:
    sudo chmod 750 /home/*
    which sets all user home directories to be unreadable by the other users.

  4. #4
    Join Date
    Apr 2006
    Beans
    3,937

    Re: Security issue - disallow users sharing data

    bodhi.zazen and The Cog,

    Thanks for your advice.

    Can the user changes the permission back by itself?

    TIA


    B.R.
    satimis

  5. #5
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Security issue - disallow users sharing data

    users can change permissions on any file or directory they own.

    If you wanted to lock down the home directory you would need to make it owned by root.user with permissions of 770
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

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
  •