* merging of SuSE stuff into sf.net cvs
@ 2004-05-25 9:04 Luke Kenneth Casson Leighton
0 siblings, 0 replies; only message in thread
From: Luke Kenneth Casson Leighton @ 2004-05-25 9:04 UTC (permalink / raw)
To: SE-Linux
hiya russell/steve et al,
when that nice suse man sent those patches i applied them from
his original message, now i do a cvs update i find they're already
incorporated...
except for these, and i noticed that you commented about not doing
/tmp stuff already but the ifdef unconfined one appears to have
been missed and i thought i should mention it. l.
also the mkdir ROOTDIR i added because on a first install that directory
doesn't exist (!)
l.
Index: Makefile
===================================================================
RCS file: /cvsroot/selinux/nsa/selinux-usr/policy/Makefile,v
retrieving revision 1.25
diff -u -u -r1.25 Makefile
--- Makefile 11 May 2004 17:55:37 -0000 1.25
+++ Makefile 25 May 2004 08:23:35 -0000
@@ -68,6 +70,7 @@
install -m 644 $< $@
$(ROOTDIR)/.default_contexts: appconfig/root_default_contexts
+ mkdir -p $(ROOTDIR)
install -m 644 $< $@
Index: domains/program/unused/inetd.te
===================================================================
RCS file: /cvsroot/selinux/nsa/selinux-usr/policy/domains/program/unused/inetd.te,v
retrieving revision 1.6
diff -u -u -r1.6 inetd.te
--- domains/program/unused/inetd.te 4 May 2004 19:35:53 -0000 1.6
+++ domains/program/unused/inetd.te 25 May 2004 08:23:36 -0000
@@ -118,7 +118,9 @@
dontaudit inetd_child_t krb5_conf_t:file write;
allow inetd_child_t urandom_device_t:chr_file { getattr read };
+ifdef(`unconfined.te', `
domain_auto_trans(inetd_t, unconfined_exec_t, unconfined_t)
+')
ifdef(`unlimitedServices', `
unconfined_domain(inetd_t)
Index: file_contexts/program/screen.fc
===================================================================
RCS file: /cvsroot/selinux/nsa/selinux-usr/policy/file_contexts/program/screen.fc,v
retrieving revision 1.4
diff -u -u -r1.4 screen.fc
--- file_contexts/program/screen.fc 21 May 2004 20:12:22 -0000 1.4
+++ file_contexts/program/screen.fc 25 May 2004 08:23:36 -0000
@@ -3,7 +3,14 @@
HOME_DIR/\.screenrc -- system_u:object_r:ROLE_home_screen_t
/var/run/screen/S-[^/]+ -d system_u:object_r:screen_dir_t
/var/run/screen/S-[^/]+/.* <<none>>
+<<<<<<< screen.fc
+# SuSE puts this under /tmp ...
+/tmp/uscreens -d system_u:object_r:var_run_t
+/tmp/uscreens/S-[^/]+ -d system_u:object_r:screen_dir_t
+/tmp/uscreens/S-[^/]+/.* <<none>>
+=======
# SuSE puts this under /tmp ...
#/tmp/uscreens -d system_u:object_r:var_run_t
#/tmp/uscreens/S-[^/]+ -d system_u:object_r:screen_dir_t
#/tmp/uscreens/S-[^/]+/.* <<none>>
+>>>>>>> 1.4
--
--
expecting email to be received and understood is a bit like
picking up the telephone and immediately dialing without
checking for a dial-tone; speaking immediately without listening
for either an answer or ring-tone; hanging up immediately and
believing that you have actually started a conversation.
--
<a href="http://lkcl.net"> lkcl.net </a> <br />
<a href="mailto:lkcl@lkcl.net"> lkcl@lkcl.net </a> <br />
--
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] only message in thread
only message in thread, other threads:[~2004-05-25 9:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25 9:04 merging of SuSE stuff into sf.net cvs Luke Kenneth Casson Leighton
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.