From: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
To: SE-Linux <selinux@tycho.nsa.gov>
Subject: merging of SuSE stuff into sf.net cvs
Date: Tue, 25 May 2004 09:04:00 +0000 [thread overview]
Message-ID: <20040525090400.GD3264@lkcl.net> (raw)
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.
reply other threads:[~2004-05-25 9:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040525090400.GD3264@lkcl.net \
--to=lkcl@lkcl.net \
--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.