The blog of a Network Analyst who plays around with many things open source when he is not feeding his MMORPG addiction.
RSS icon Email icon Home icon
  • Ding! w00t!

    Posted on June 12th, 2003 Bruce No comments

    I have two accomplishments to report today… both which show I have no life. The first is I now have my first level 50 character in DAOC: 50 Bard on Gaheris.

    The second is after about 10 to 12 hours worth of tinkering I managed to get a working SE Linux installation under User Mode Linux using Gentoo.

    A little snippit for fun:

    [root@kodiak selinux]# ls -l linux
    -rwxrwxr-x    1 blocke   blocke   25572274 Jun 12 19:23 linux
    [root@kodiak selinux]# ./linux ubd0=selinux-gentoo-1g.fs ubd1=swap.fs
    Checking for the skas3 patch in the host...not found
    Checking for /proc/mm...not found
    tracing thread pid = 15613
    Linux version 2.4.20-6um (blocke@kodiak.shivan.org) (gcc version 3.2.2 20030222
    (Red Hat Linux 3.2.2-5)) #4 Thu Jun 12 19:13:02 EDT 2003
    On node 0 totalpages: 8192
    zone(0): 8192 pages.
    zone(1): 0 pages.
    zone(2): 0 pages.
    Kernel command line: ubd0=selinux-gentoo-1g.fs ubd1=swap.fs root=/dev/ubd0
    Calibrating delay loop... 974.21 BogoMIPS
    Memory: 29708k available
    Security Scaffold v1.0.0 initialized
    SELinux:  Initializing.
    SELinux:  Starting in permissive mode
    
    [... snip ...]
    
    This is se-uml.(none) (Linux i686 2.4.20-6um) 23:36:06
    
    se-uml login: root
    Password:
    
    Your default context is root:staff_r:staff_t.
    Do you want to choose a different one? [n]y
    
    [1] root:staff_r:staff_t
    [2] root:user_r:user_t
    [3] root:sysadm_r:sysadm_t
    Enter number of choice: 3
    se-uml root # id
    uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
    context=root:sysadm_r:sysadm_t sid=160
    se-uml root #
    

    Comments are closed.