All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. mattock" <justinmattock@gmail.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Alan Rouse <alan.rouse@ericsson.com>,
	Dominick Grift <domg472@gmail.com>,
	"'selinux@tycho.nsa.gov'" <selinux@tycho.nsa.gov>
Subject: Re: SELinux Policy in OpenSUSE 11.2
Date: Fri, 19 Feb 2010 10:46:50 -0800	[thread overview]
Message-ID: <4B7EDC9A.40801@gmail.com> (raw)
In-Reply-To: <1266589714.32011.14.camel@moss-pluto.epoch.ncsc.mil>

alright re-install, rebuilt refpolicy
back up and running to where I was.
(minus adding the allow rules)

here's some info(only thing missing are
the allow avc's which I can gather later on).

with the custom refpolicy only boolean enabled is upstart.
seems with this off I hit the dbus error, after enableing gdm starts up.




orig suse policy:

 > > SELinux status:                 enabled
 > > SELinuxfs mount:                /selinux
 > > Current mode:                   permissive
 > > Mode from config file:          permissive
 > > Policy version:                 24
 > > Policy from config file:        refpolicy-standard
 > >
 > > Process contexts:
 > > Current context:                system_u:system_r:kernel_t
 > > Init context:                   system_u:system_r:kernel_t
 > > /sbin/mingetty                  system_u:system_r:kernel_t
 > > /usr/sbin/sshd                  system_u:system_r:kernel_t
 > >
 > > File contexts:
 > > Controlling term:               system_u:object_r:tty_device_t
 > > /etc/passwd                     system_u:object_r:file_t
 > > /etc/shadow                     system_u:object_r:file_t
 > > /bin/bash                       system_u:object_r:file_t
 > > /bin/login                      system_u:object_r:file_t
 > > /bin/sh                         system_u:object_r:file_t ->
 > > system_u:object_r:file_t
 > > /sbin/agetty                    system_u:object_r:file_t
 > > /sbin/init                      system_u:object_r:file_t
 > > /sbin/mingetty                  system_u:object_r:file_t
 > > /usr/sbin/sshd                  system_u:object_r:file_t
 > > /lib/libc.so.6                  system_u:object_r:file_t ->
 > > system_u:object_r:file_t
 > > /lib/ld-linux.so.2              system_u:object_r:file_t ->
 > > system_u:object_r:file_t
 > >
 > > (id -Z after relabel)
 > > system_u:system_r:sysadm_t
 > > (before relabel)
 > > id -Z
 > > system_u:system_r:kernel_t
 > >
 > >

custom:
 > >
 > > SELinux status:                 enabled
 > > SELinuxfs mount:                /selinux
 > > Current mode:                   permissive
 > > Mode from config file:          error (Permission denied)
 > > Policy version:                 24
 > > Policy from config file:        targeted
 > >
 > > Process contexts:
 > > Current context:                name:user_r:user_t
 > > Init context:                   system_u:system_r:init_t
 > >
 > > File contexts:
 > > Controlling term:               justin:object_r:user_devpts_t
 > > /etc/passwd                     system_u:object_r:etc_t
 > > /etc/shadow                     system_u:object_r:shadow_t
 > > /bin/bash                       system_u:object_r:shell_exec_t
 > > /bin/login                      system_u:object_r:login_exec_t
 > > /bin/sh                         system_u:object_r:bin_t ->
 > > system_u:object_r:shell_exec_t
 > > /sbin/agetty                    system_u:object_r:getty_exec_t
 > > /sbin/init                      system_u:object_r:init_exec_t
 > > /sbin/mingetty                  system_u:object_r:getty_exec_t
 > > /usr/sbin/sshd                  system_u:object_r:sshd_exec_t
 > > /lib/libc.so.6                  system_u:object_r:lib_t ->
 > > system_u:object_r:lib_t
 > > /lib/ld-linux.so.2              system_u:object_r:lib_t ->
 > > system_u:object_r:ld_so_t
 > >
 > >
 > >
 > > id -Z
 > > (after relabel)
 > > name:user_r:user_t
 > >
 > > /etc/pam.d/*
 > >  cat login
 > > #%PAM-1.0
 > > auth	 requisite	pam_nologin.so
 > > auth	 [user_unknown=ignore success=ok ignore=ignore auth_err=die
 > > default=bad]	pam_securetty.so
 > > auth	 include	common-auth
 > > account  include 	common-account
 > > password include	common-password
 > > session  required       pam_selinux.so close
 > > session  required	pam_loginuid.so	
 > > session	 include	common-session
 > > session  required       pam_selinux.so open
 > > session  required	pam_lastlog.so	nowtmp
 > > session  optional       pam_mail.so standard
 > > session	 optional	pam_ck_connector.so
 > >
 > >
 > >
 > > cat gdm
 > > #%PAM-1.0
 > > auth     include        common-auth
 > > account  include        common-account
 > > password include        common-password
 > > session  required       pam_selinux.so close
 > > session  required       pam_loginuid.so
 > > session  include        common-session
 > > session  required       pam_selinux.so open
 > >
 > >
 > > cat xdm
 > > #%PAM-1.0
 > > auth     include        common-auth
 > > account  include        common-account
 > > password include        common-password
 > > session  required       pam_selinux.so close
 > > session  required       pam_loginuid.so
 > > session  include        common-session
 > > session  required       pam_selinux.so open
 > >
 > > (these might be mixed up, but they work id -Z shows what I want)


and the strace:

brk(0)                                  = 0x7febe998d000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe9787000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe9786000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=89126, ...}) = 0
mmap(NULL, 89126, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9770000
close(3)                                = 0
open("/lib64/libsepol.so.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`D\0\0\0\0\0
\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=240528, ...}) = 0
mmap(NULL, 2337280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7febe9330000
fadvise64(3, 0, 2337280, POSIX_FADV_WILLNEED) = 0
mprotect(0x7febe936a000, 2093056, PROT_NONE) = 0
mmap(0x7febe9569000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0x39000) = 0x7febe9569000
close(3)                                = 0
open("/lib64/libselinux.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340]\0\0\0\0\0
\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=118048, ...}) = 0
mmap(NULL, 2217720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7febe9112000
fadvise64(3, 0, 2217720, POSIX_FADV_WILLNEED) = 0
mprotect(0x7febe912e000, 2093056, PROT_NONE) = 0
mmap(0x7febe932d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0x1b000) = 0x7febe932d000
mmap(0x7febe932f000, 1784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x7febe932f000
close(3)                                = 0
open("/lib64/libc.so.6", O_RDONLY)      = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\353\1\0\0\0
\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1408560, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe976f000
mmap(NULL, 3516488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7febe8db7000
fadvise64(3, 0, 3516488, POSIX_FADV_WILLNEED) = 0
mprotect(0x7febe8f08000, 2097152, PROT_NONE) = 0
mmap(0x7febe9108000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0x151000) = 0x7febe9108000
mmap(0x7febe910d000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x7febe910d000
close(3)                                = 0
open("/lib64/libdl.so.2", O_RDONLY)     = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\r\0\0\0\0\0
\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14872, ...}) = 0
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7febe8bb3000
fadvise64(3, 0, 2109696, POSIX_FADV_WILLNEED) = 0
mprotect(0x7febe8bb5000, 2097152, PROT_NONE) = 0
mmap(0x7febe8db5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0x2000) = 0x7febe8db5000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe976e000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe976d000
arch_prctl(ARCH_SET_FS, 0x7febe976d790) = 0
mprotect(0x7febe8db5000, 4096, PROT_READ) = 0
mprotect(0x7febe9108000, 16384, PROT_READ) = 0
mprotect(0x7febe932d000, 4096, PROT_READ) = 0
mprotect(0x7febe9569000, 4096, PROT_READ) = 0
mprotect(0x7febe998b000, 4096, PROT_READ) = 0
mprotect(0x7febe9788000, 4096, PROT_READ) = 0
munmap(0x7febe9770000, 89126)           = 0
brk(0)                                  = 0x7febe998d000
brk(0x7febe99ae000)                     = 0x7febe99ae000
open("/etc/selinux/config", O_RDONLY)   = 3
fstat(3, {st_mode=S_IFREG|0600, st_size=72, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe9785000
read(3, "SELINUX=permissive\n#SELINUXTYPE="..., 4096) = 72
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7febe9785000, 4096)            = 0
statfs("/selinux", {f_type=0xf97cff8c, f_bsize=4096, f_blocks=0,
f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0},
f_namelen=255, f_frsize=4096}) = 0
stat("/selinux/class", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
open("/selinux/mls", O_RDONLY)          = 3
read(3, "0", 19)                        = 1
close(3)                                = 0
open("/usr/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe9785000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2512
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7febe9785000, 4096)            = 0
open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=373, ...}) = 0
mmap(NULL, 373, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9785000
close(3)                                = 0
open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26050, ...}) = 0
mmap(NULL, 26050, PROT_READ, MAP_SHARED, 3, 0) = 0x7febe977e000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_MEASUREMENT", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe977d000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_TELEPHONE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe977c000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_ADDRESS", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
mmap(NULL, 155, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe977b000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_NAME", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77, ...}) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe977a000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_PAPER", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9779000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_MESSAGES", O_RDONLY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3)                                = 0
open("/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY)
= 3
fstat(3, {st_mode=S_IFREG|0644, st_size=52, ...}) = 0
mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9778000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_MONETARY", O_RDONLY) = 3

 >> > > brk(0x7f75c7616000)                     = 0x7f75c7616000
 >> > > brk(0x7f75c7637000)                     = 0x7f75c7637000
 >> > >fstat(3, {st_mode=S_IFREG|0644, st_size=286, ...}) = 0
mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9777000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_COLLATE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=966938, ...}) = 0
mmap(NULL, 966938, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9680000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2454, ...}) = 0
mmap(NULL, 2454, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9776000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_NUMERIC", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0
mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9775000
close(3)                                = 0
open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=256316, ...}) = 0
mmap(NULL, 256316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7febe9641000
close(3)                                = 0
open("/selinux/policyvers", O_RDONLY)   = 3
read(3, "24", 19)                       = 2
close(3)                                = 0
access("/etc/selinux/targeted/booleans", F_OK) = 0
uname({sys="Linux", node="linux-dbym", ...}) = 0
open("/etc/selinux/targeted/policy/policy.24", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4188441, ...}) = 0
mmap(NULL, 4188441, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) =
0x7febe87b4000
brk(0x7febe99cf000)                     = 0x7febe99cf000
brk(0x7febe99f0000)                     = 0x7febe99f0000
brk(0x7febe9a11000)                     = 0x7febe9a11000
brk(0x7febe9a32000)                     = 0x7febe9a32000
brk(0x7febe9a53000)                     = 0x7febe9a53000

<~~~~~~~~~~~~~~~~~~~~~~clip~~~~~~~~~~~~~~~~~~~~~~~~>
brk(0x7febead25000)                     = 0x7febead25000
brk(0x7febead46000)                     = 0x7febead46000
brk(0x7febead67000)                     = 0x7febead67000
brk(0x7febead8c000)                     = 0x7febead8c000
brk(0x7febeadb7000)                     = 0x7febeadb7000
brk(0x7febeadd8000)                     = 0x7febeadd8000
brk(0x7febeadf9000)                     = 0x7febeadf9000
brk(0x7febeae1a000)                     = 0x7febeae1a000
open("/etc/selinux/targeted/users//local.users", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=722, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7febe9774000
read(4, "################################"..., 4096) = 722
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7febe9774000, 4096)            = 0
mmap(NULL, 4190208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x7febe83b5000
brk(0x7febeae3b000)                     = 0x7febeae3b000
brk(0x7febeae5c000)                     = 0x7febeae5c000
brk(0x7febeae7d000)                     = 0x7febeae7d000
brk(0x7febeae9e000)                     = 0x7febeae9e000
brk(0x7febeaec2000)                     = 0x7febeaec2000
brk(0x7febeaee3000)                     = 0x7febeaee3000
brk(0x7febeaf04000)                     = 0x7febeaf04000
brk(0x7febeaf25000)                     = 0x7febeaf25000
brk(0x7febeaf46000)                     = 0x7febeaf46000
brk(0x7febeaf67000)                     = 0x7febeaf67000

<~~~~~~~~~~~~~~~~~~~~~~~~~~clip~~~~~~~~~~~~~~~~~~~~~~~~>



 > >  brk(0x7f75c7658000)                     = 0x7f75c7658000
 >> > > brk(0x7f75c7681000)                     = 0x7f75c7681000
 >> > > brk(0x7f75c76a2000)                     = 0x7f75c76a2000
 >> > > brk(0x7f75c76c3000)                     = 0x7f75c76c3000
 >> > > brk(0x7f75c76e4000)                     = 0x7f75c76e4000
 >> > > open("/etc/selinux/targeted/booleans", O_RDONLY) = 4
 >> > > fstat(4, {st_mode=S_IFREG|0644, st_size=2084, ...}) = 0
 >> > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
 >> > > = 0x7f75c6031000
 >> > > read(4, "allow_cvs_read_shadow = 0\nallow_"..., 4096) = 2084
 >> > > read(4, "", 4096)                       = 0
 >> > > close(4)                                = 0
 >> > > munmap(0x7f75c6031000, 4096)            = 0
 >> > > open("/etc/selinux/targeted/booleans.local", O_RDONLY) = -1 
ENOENT (No
 >> > > such file or directory)
 >> > > brk(0x7f75c6270000)                     = 0x7f75c6270000
 >> > > open("/selinux/load", O_RDWR)           = 4
 >> > > write(4, "\214\377|\371\10\0\0\0SE 
Linux\30\0\0\0\0\0\0\0\10\0\0\0\7\0\0
 >> > > \0"..., 4188441) = 4188441
 >> > > close(4)                                = 0
 >> > > munmap(0x7f75c4c72000, 4190208)         = 0
 >> > > munmap(0x7f75c5071000, 4188441)         = 0
 >> > > close(3)                                = 0
 >> > > exit_group(0)                           = ?
 >> > >
 >> > >
 >> > >
 > >
 > >


(NOTE:the arrows are because I sent this to my other machine via e-mail).


Justin P. Mattock

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  parent reply	other threads:[~2010-02-19 18:46 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-16 14:55 SELinux Policy in OpenSUSE 11.2 Alan Rouse
2010-02-16 15:22 ` Dominick Grift
2010-02-16 18:04   ` Alan Rouse
2010-02-16 18:35     ` Dominick Grift
2010-02-16 18:52     ` Dominick Grift
2010-02-16 19:28     ` Stephen Smalley
2010-02-16 20:06       ` Justin P. mattock
2010-02-16 19:10 ` Stephen Smalley
2010-02-16 19:19   ` Alan Rouse
2010-02-16 19:38     ` Stephen Smalley
2010-02-16 21:30       ` Alan Rouse
2010-02-16 22:52         ` Dominick Grift
2010-02-17  3:36           ` Justin P. mattock
2010-02-17  7:16           ` Justin P. mattock
2010-02-17 13:43             ` Stephen Smalley
2010-02-17 15:35               ` Justin P. mattock
2010-02-17 16:34             ` Alan Rouse
2010-02-17 16:58               ` Stephen Smalley
2010-02-17 18:34                 ` Alan Rouse
2010-02-17 18:50                   ` Justin P. mattock
2010-02-17 18:58                   ` Stephen Smalley
2010-02-17 19:39                     ` Alan Rouse
2010-02-17 19:47                     ` Justin P. mattock
2010-02-17 20:00                       ` Stephen Smalley
2010-02-17 20:03                         ` Alan Rouse
2010-02-17 20:12                           ` Dominick Grift
2010-02-17 20:18                           ` Stephen Smalley
2010-02-17 20:17                             ` Alan Rouse
2010-02-17 20:25                             ` Stephen Smalley
     [not found]                               ` <5A5E55DF96F73844AF7DFB0F48721F0F529A7802A0@EUSAACMS0703.eamcs.ericsson.se>
     [not found]                                 ` <1266438910.4945.137.camel@moss-pluto.epoch.ncsc.mil>
2010-02-17 20:49                                   ` Alan Rouse
2010-02-17 21:09                                     ` Stephen Smalley
2010-02-17 21:11                                       ` Alan Rouse
2010-02-17 21:29                                         ` Stephen Smalley
2010-02-17 21:37                                           ` Stephen Smalley
2010-02-17 21:48                                             ` Alan Rouse
2010-02-18 14:16                                               ` Stephen Smalley
2010-02-18 21:28                                                 ` Stephen Smalley
2010-02-18 16:03                                               ` Stephen Smalley
2010-02-18 17:36                                                 ` Alan Rouse
2010-02-18 17:53                                                   ` Stephen Smalley
2010-02-18 18:21                                                     ` Alan Rouse
2010-02-19 14:49                                                       ` Stephen Smalley
2010-02-19 15:29                                                         ` Alan Rouse
2010-02-19 17:46                                                           ` Stephen Smalley
2010-02-19 20:23                                                             ` Alan Rouse
2010-02-19 21:06                                                               ` Stephen Smalley
2010-02-19 21:10                                                                 ` Alan Rouse
     [not found]                                           ` <5A5E55DF96F73844AF7DFB0F48721F0F529A780365@EUSAACMS0703.eamcs.ericsson.se>
2010-02-18 14:12                                             ` Stephen Smalley
2010-02-18 14:45                                               ` Alan Rouse
2010-02-17 20:08                         ` Alan Rouse
2010-02-18 21:40                           ` Justin P. mattock
2010-02-18 21:53                             ` Alan Rouse
2010-02-18 23:17                               ` Justin P. mattock
2010-02-19 14:35                                 ` Stephen Smalley
2010-02-19 15:43                                   ` Justin P. mattock
2010-02-19 15:58                                 ` Alan Rouse
2010-02-19 16:26                                   ` Justin P. mattock
2010-02-19 14:28                             ` Stephen Smalley
2010-02-19 15:48                               ` Justin P. mattock
2010-02-19 18:46                               ` Justin P. mattock [this message]
2010-02-19 21:08                                 ` Alan Rouse
2010-02-19 21:19                                   ` Dominick Grift
2010-02-19 21:22                                   ` Justin P. mattock
2010-02-19 21:25                                   ` Stephen Smalley
2010-02-19 21:30                                     ` Alan Rouse
2010-02-19 21:37                                       ` Stephen Smalley
2010-02-19 21:53                                         ` Alan Rouse
2010-02-22 14:10                                           ` Stephen Smalley
     [not found]                                             ` <5A5E55DF96F73844AF7DFB0F48721F0F52E41FF16B@EUSAACMS0703.eamcs.ericsson.se>
     [not found]                                               ` <1266850844.15933.38.camel@moss-pluto.epoch.ncsc.mil>
2010-02-22 17:39                                                 ` Alan Rouse
2010-02-22 17:56                                                   ` Stephen Smalley
2010-02-22 19:12                                                     ` Alan Rouse
2010-02-22 19:37                                                       ` Stephen Smalley
2010-02-19 23:48                                         ` Justin P. mattock
2010-02-22  1:29                                         ` Justin P. mattock
2010-02-19 21:47                                     ` Justin P. mattock
2010-02-22 14:00                                       ` Stephen Smalley
2010-02-22 19:27                                         ` Justin Mattock
     [not found]                                           ` <dd18b0c31002221129s4be9b56cha13b7be39c2cba36@mail.gmail.com>
2010-02-22 19:57                                             ` Justin P. mattock
2010-02-22 20:24                                               ` Stephen Smalley
2010-02-22 21:25                                                 ` Justin Mattock
2010-02-22 21:42                                                   ` Stephen Smalley
2010-02-22 22:10                                                   ` Justin P. mattock
2010-02-22 22:35                                                     ` Justin Mattock
2010-02-23  6:17                                                       ` Justin P. mattock
2010-02-23 13:40                                                         ` Stephen Smalley
2010-02-23 14:13                                                           ` Justin P. mattock
2010-02-23 15:56                                                           ` Alan Rouse
2010-02-23 16:10                                                             ` Stephen Smalley
2010-02-23 17:41                                                               ` Justin P. mattock
2010-02-23 18:01                                                                 ` Stephen Smalley
2010-02-23 18:30                                                                   ` Justin P. mattock
2010-02-23 18:42                                                                     ` Stephen Smalley
2010-02-23 18:58                                                                       ` Justin P. mattock
2010-02-23 19:00                                                                         ` Stephen Smalley
2010-02-23 19:03                                                                           ` Justin Mattock
2010-02-23 20:37                                                                             ` Justin P. mattock
2010-02-22 17:58                                       ` Alan Rouse
2010-02-22 18:23                                         ` Justin P. mattock
2010-02-22 18:31                                           ` Alan Rouse
2010-02-22 18:49                                             ` Justin P. mattock
     [not found]                     ` <5A5E55DF96F73844AF7DFB0F48721F0F529A780232@EUSAACMS0703.eamcs.ericsson.se>
2010-02-17 19:58                       ` Stephen Smalley
2010-02-17 20:09                         ` Justin P. mattock
2010-02-17 20:21                           ` Stephen Smalley
2010-02-17 23:22                             ` Justin P. mattock
2010-02-18 15:17                               ` Alan Rouse
2010-02-18 18:33                                 ` Justin P. mattock
2010-02-18 18:44                                   ` Alan Rouse
2010-02-17 13:35         ` Stephen Smalley
2010-02-17 15:14           ` Alan Rouse
2010-02-17 15:33             ` Stephen Smalley
  -- strict thread matches above, loose matches on Subject: below --
2010-02-17 14:04 Thomas
2010-04-29  6:43 Justin P. Mattock
2010-04-29  7:01 ` Justin P. Mattock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B7EDC9A.40801@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=alan.rouse@ericsson.com \
    --cc=domg472@gmail.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.