Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Customize ubuntu live CD improving security

  1. #11
    Join Date
    Jan 2013
    Beans
    6

    Re: Customize ubuntu live CD improving security

    I've read the LPS review by distrowatch http://distrowatch.com/weekly.php?is...110704#feature
    LPS distro running as root, how can I disable root access after boot CD?
    How can I check that distro doesn't mount the hd drive?
    Can I use
    Code:
    sudo swapoff -a
    to disable hard disk mounting?

    Are there other security measures that can I apply after boot live CD?
    Last edited by savbuntu; January 9th, 2013 at 06:26 PM.

  2. #12
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Customize ubuntu live CD improving security

    Linux's 'mount' command is not mysterious. Simply:

    Code:
    mount
    will tell you what is currently mounted. If you see something that is mounted but shouldn't be, you can easily unmount it with 'umount', for example to unmount the 1st partition of the 1st hard drive:

    Code:
    sudo umount /dev/sda1
    But that's kind of tangential to the actual question/issue here. Why do you think that having hard drive partitions mounted (with the possible exception of personal data being temporarily stored in an unencrypted swap partition) will compromise the security of your online banking/shopping?

    Also one thing that gets overlooked a lot in these conversations (apologies if I am stating the obvious) is the role of the financial institution. Have you contacted your bank yet to ask what are their policies and procedures with regards to fraud/identity theft? They probably have an entire department of people working on this exact issue who will be glad to discuss and give you some pointers. Because, no matter what software you run or precautions you take or advice we give you here, it is your bank's policies that will determine whether getting hacked is a minor inconvenience or a major life-changing event!
    Last edited by snowpine; January 9th, 2013 at 07:03 PM.

  3. #13
    Join Date
    Jan 2013
    Beans
    6

    Re: Customize ubuntu live CD improving security

    Quote Originally Posted by snowpine View Post
    LWhy do you think that having hard drive partitions mounted (with the possible exception of personal data being temporarily stored in an unencrypted swap partition) will compromise the security of your online banking/shopping?
    Because if there is resident malware in my hard disk it can compromise live cd security.

  4. #14
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Customize ubuntu live CD improving security

    Quote Originally Posted by savbuntu View Post
    Because if there is resident malware in my hard disk it can compromise live cd security.
    Do you have a link or citation to support this statement?

    Not saying it is impossible, just that this is the first time I've heard it in my 5 years on these forums. We have pros on these forums who use Linux Live CD's on a daily basis to repair/recover compromised Windows systems.
    Last edited by snowpine; January 9th, 2013 at 07:19 PM.

  5. #15
    Join Date
    Jan 2013
    Beans
    6

    Re: Customize ubuntu live CD improving security

    Quote Originally Posted by snowpine View Post
    Do you have a link or citation to support this statement?

    Not saying it is impossible, just that this is the first time I've heard it in my 5 years on these forums.
    Unfortunately no. I'm a little bit paranoid penguin

Page 2 of 2 FirstFirst 12

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
  •