How to create a very limited user on Ubuntu 14.04











up vote
4
down vote

favorite
3












I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.



No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.



I'd like the restricted user to only be able to read files and not transfer them in any way possible.



Thanks for any help.










share|improve this question






















  • You can create limited user by jail-users : simple-easy-way-to-jail-users
    – Amini
    Oct 20 '15 at 10:03















up vote
4
down vote

favorite
3












I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.



No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.



I'd like the restricted user to only be able to read files and not transfer them in any way possible.



Thanks for any help.










share|improve this question






















  • You can create limited user by jail-users : simple-easy-way-to-jail-users
    – Amini
    Oct 20 '15 at 10:03













up vote
4
down vote

favorite
3









up vote
4
down vote

favorite
3






3





I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.



No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.



I'd like the restricted user to only be able to read files and not transfer them in any way possible.



Thanks for any help.










share|improve this question













I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.



No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.



I'd like the restricted user to only be able to read files and not transfer them in any way possible.



Thanks for any help.







usb printing users transfer restricted-access






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 4 '14 at 21:19









JMP

2112




2112












  • You can create limited user by jail-users : simple-easy-way-to-jail-users
    – Amini
    Oct 20 '15 at 10:03


















  • You can create limited user by jail-users : simple-easy-way-to-jail-users
    – Amini
    Oct 20 '15 at 10:03
















You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03




You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03










2 Answers
2






active

oldest

votes

















up vote
1
down vote













Do this:



sudo apt-get install gnome-system-tools


Then you have an interface to add users :



enter image description here



Whit many options :



enter image description here






share|improve this answer




























    up vote
    0
    down vote













    This may help:
    https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else



    "Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"






    share|improve this answer



















    • 2




      The link you gave 404's
      – bmintz
      Dec 5 '17 at 5:34











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f520229%2fhow-to-create-a-very-limited-user-on-ubuntu-14-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Do this:



    sudo apt-get install gnome-system-tools


    Then you have an interface to add users :



    enter image description here



    Whit many options :



    enter image description here






    share|improve this answer

























      up vote
      1
      down vote













      Do this:



      sudo apt-get install gnome-system-tools


      Then you have an interface to add users :



      enter image description here



      Whit many options :



      enter image description here






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Do this:



        sudo apt-get install gnome-system-tools


        Then you have an interface to add users :



        enter image description here



        Whit many options :



        enter image description here






        share|improve this answer












        Do this:



        sudo apt-get install gnome-system-tools


        Then you have an interface to add users :



        enter image description here



        Whit many options :



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 1 '17 at 11:56









        E_Angel

        161115




        161115
























            up vote
            0
            down vote













            This may help:
            https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else



            "Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"






            share|improve this answer



















            • 2




              The link you gave 404's
              – bmintz
              Dec 5 '17 at 5:34















            up vote
            0
            down vote













            This may help:
            https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else



            "Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"






            share|improve this answer



















            • 2




              The link you gave 404's
              – bmintz
              Dec 5 '17 at 5:34













            up vote
            0
            down vote










            up vote
            0
            down vote









            This may help:
            https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else



            "Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"






            share|improve this answer














            This may help:
            https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else



            "Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 23 '17 at 12:39









            Community

            1




            1










            answered Sep 5 '14 at 7:19









            Alex J

            343




            343








            • 2




              The link you gave 404's
              – bmintz
              Dec 5 '17 at 5:34














            • 2




              The link you gave 404's
              – bmintz
              Dec 5 '17 at 5:34








            2




            2




            The link you gave 404's
            – bmintz
            Dec 5 '17 at 5:34




            The link you gave 404's
            – bmintz
            Dec 5 '17 at 5:34


















             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f520229%2fhow-to-create-a-very-limited-user-on-ubuntu-14-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Mouse cursor on multiple screens with different PPI

            Agildo Ribeiro

            Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”