All of lore.kernel.org
 help / color / mirror / Atom feed
* Random file context diffs
@ 2007-03-23 18:58 Daniel J Walsh
  2007-04-11 17:51 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel J Walsh @ 2007-03-23 18:58 UTC (permalink / raw)
  To: Christopher J. PeBenito, SE Linux

[-- Attachment #1: Type: text/plain, Size: 26 bytes --]

Pretty self explanatory



[-- Attachment #2: fc.diff --]
[-- Type: text/x-patch, Size: 2797 bytes --]

--- nsaserefpolicy/policy/modules/apps/games.fc	2007-02-28 10:12:23.000000000 -0500
+++ serefpolicy-2.5.10/policy/modules/apps/games.fc	2007-03-22 15:06:58.000000000 -0400
@@ -4,6 +4,7 @@
 /usr/games/powermanga	--	gen_context(system_u:object_r:games_exec_t,s0)
 /usr/games/nethack-3.4.3/nethack -- gen_context(system_u:object_r:games_exec_t,s0)
 /usr/games/vulturesclaw/vulturesclaw -- gen_context(system_u:object_r:games_exec_t,s0)
+/usr/games/vultureseye/vultureseye -- gen_context(system_u:object_r:games_exec_t,s0)
 
 /usr/lib/games(/.*)? 		gen_context(system_u:object_r:games_exec_t,s0)
 
--- nsaserefpolicy/policy/modules/kernel/corecommands.fc	2007-03-01 10:01:48.000000000 -0500
+++ serefpolicy-2.5.10/policy/modules/kernel/corecommands.fc	2007-03-22 15:06:58.000000000 -0400
@@ -190,6 +190,7 @@
 ifdef(`distro_redhat', `
 /usr/lib/.*/program(/.*)?		gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/bluetooth(/.*)?	--      gen_context(system_u:object_r:bin_t,s0)
+/usr/lib64/bluetooth(/.*)?	--      gen_context(system_u:object_r:bin_t,s0)
 /usr/share/authconfig/authconfig-gtk\.py -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/authconfig/authconfig-tui\.py -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/authconfig/authconfig.py --	gen_context(system_u:object_r:bin_t,s0)
@@ -206,6 +207,7 @@
 /usr/share/ssl/misc(/.*)?		gen_context(system_u:object_r:bin_t,s0)
 /usr/share/switchdesk/switchdesk-gui\.py -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/system-config-date/system-config-date\.py -- gen_context(system_u:object_r:bin_t,s0)
+/usr/share/system-config-selinux/system-config-selinux\.py -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/system-config-display/system-config-display -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/system-config-httpd/system-config-httpd -- gen_context(system_u:object_r:bin_t,s0)
 /usr/share/system-config-keyboard/system-config-keyboard -- gen_context(system_u:object_r:bin_t,s0)
--- nsaserefpolicy/policy/modules/kernel/storage.fc	2006-11-16 17:15:04.000000000 -0500
+++ serefpolicy-2.5.10/policy/modules/kernel/storage.fc	2007-03-22 15:06:58.000000000 -0400
@@ -42,7 +42,8 @@
 /dev/sjcd		-b	gen_context(system_u:object_r:removable_device_t,s0)
 /dev/sonycd		-b	gen_context(system_u:object_r:removable_device_t,s0)
 /dev/tape.*		-c	gen_context(system_u:object_r:tape_device_t,s0)
-/dev/ub[a-z]		-b	gen_context(system_u:object_r:removable_device_t,mls_systemhigh)
+/dev/tw[a-z][^/]+	-c	gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
+/dev/ub[a-z][^/]+	-b	gen_context(system_u:object_r:removable_device_t,mls_systemhigh)
 /dev/ubd[^/]*		-b	gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
 /dev/xvd[^/]*		-b	gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Random file context diffs
  2007-03-23 18:58 Random file context diffs Daniel J Walsh
@ 2007-04-11 17:51 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2007-04-11 17:51 UTC (permalink / raw)
  To: Daniel J Walsh; +Cc: SE Linux

On Fri, 2007-03-23 at 14:58 -0400, Daniel J Walsh wrote:
> Pretty self explanatory

Merged.  Last hunk was already there.
> 
> 
> 
> 
> 
> 
> differences
> between files
> attachment
> (fc.diff),
> "fc.diff"
> 
> --- nsaserefpolicy/policy/modules/apps/games.fc 2007-02-28 10:12:23.000000000 -0500
> +++ serefpolicy-2.5.10/policy/modules/apps/games.fc     2007-03-22 15:06:58.000000000 -0400
> @@ -4,6 +4,7 @@
>  /usr/games/powermanga  --      gen_context(system_u:object_r:games_exec_t,s0)
>  /usr/games/nethack-3.4.3/nethack -- gen_context(system_u:object_r:games_exec_t,s0)
>  /usr/games/vulturesclaw/vulturesclaw -- gen_context(system_u:object_r:games_exec_t,s0)
> +/usr/games/vultureseye/vultureseye -- gen_context(system_u:object_r:games_exec_t,s0)
>  
>  /usr/lib/games(/.*)?           gen_context(system_u:object_r:games_exec_t,s0)
>  
> --- nsaserefpolicy/policy/modules/kernel/corecommands.fc        2007-03-01 10:01:48.000000000 -0500
> +++ serefpolicy-2.5.10/policy/modules/kernel/corecommands.fc    2007-03-22 15:06:58.000000000 -0400
> @@ -190,6 +190,7 @@
>  ifdef(`distro_redhat', `
>  /usr/lib/.*/program(/.*)?              gen_context(system_u:object_r:bin_t,s0)
>  /usr/lib/bluetooth(/.*)?       --      gen_context(system_u:object_r:bin_t,s0)
> +/usr/lib64/bluetooth(/.*)?     --      gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/authconfig/authconfig-gtk\.py -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/authconfig/authconfig-tui\.py -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/authconfig/authconfig.py -- gen_context(system_u:object_r:bin_t,s0)
> @@ -206,6 +207,7 @@
>  /usr/share/ssl/misc(/.*)?              gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/switchdesk/switchdesk-gui\.py -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/system-config-date/system-config-date\.py -- gen_context(system_u:object_r:bin_t,s0)
> +/usr/share/system-config-selinux/system-config-selinux\.py -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/system-config-display/system-config-display -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/system-config-httpd/system-config-httpd -- gen_context(system_u:object_r:bin_t,s0)
>  /usr/share/system-config-keyboard/system-config-keyboard -- gen_context(system_u:object_r:bin_t,s0)
> --- nsaserefpolicy/policy/modules/kernel/storage.fc     2006-11-16 17:15:04.000000000 -0500
> +++ serefpolicy-2.5.10/policy/modules/kernel/storage.fc 2007-03-22 15:06:58.000000000 -0400
> @@ -42,7 +42,8 @@
>  /dev/sjcd              -b      gen_context(system_u:object_r:removable_device_t,s0)
>  /dev/sonycd            -b      gen_context(system_u:object_r:removable_device_t,s0)
>  /dev/tape.*            -c      gen_context(system_u:object_r:tape_device_t,s0)
> -/dev/ub[a-z]           -b      gen_context(system_u:object_r:removable_device_t,mls_systemhigh)
> +/dev/tw[a-z][^/]+      -c      gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
> +/dev/ub[a-z][^/]+      -b      gen_context(system_u:object_r:removable_device_t,mls_systemhigh)
>  /dev/ubd[^/]*          -b      gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
>  /dev/xvd[^/]*          -b      gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
>  
> 
-- 
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150


--
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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-11 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-23 18:58 Random file context diffs Daniel J Walsh
2007-04-11 17:51 ` Christopher J. PeBenito

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.