Your message dated Sun, 10 Sep 2006 16:41:26 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386886: "/usr/sbin/setfiles: Command not found",
reloaded...
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: selinux-policy-refpolicy-src
Version: 0.0.20060907-3
Severity: grave
Tags: patch
There are still references to /usr/sbin/setfiles in the package,
see attached patch.
Also, the policy/modules/system/selinuxutil.fc file mentions both
/usr/sbin/setfiles _and_ /sbin/setfiles. Is that required?
(I didn't fix this in the patch)
Uwe.
--
Uwe Hermann
http://www.hermann-uwe.de
http://www.it-services-uh.de | http://www.crazy-hacks.org
http://www.holsham-traders.de | http://www.unmaintained-free-software.org
diff -Naur refpolicy-0.0.20060907.orig/Makefile refpolicy-0.0.20060907/Makefile
--- refpolicy-0.0.20060907.orig/Makefile 2006-09-07 00:07:25.000000000
+0200
+++ refpolicy-0.0.20060907/Makefile 2006-09-10 22:21:06.000000000 +0200
@@ -62,7 +62,7 @@
SEMOD_LNK ?= $(tc_usrbindir)/semodule_link
SEMOD_EXP ?= $(tc_usrbindir)/semodule_expand
LOADPOLICY ?= $(tc_usrsbindir)/load_policy
-SETFILES ?= $(tc_sbindir)/setfiles
+SETFILES ?= /sbin/setfiles
XMLLINT ?= $(BINDIR)/xmllint
SECHECK ?= $(BINDIR)/sechecker
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi,
This is not a bug ---
tc_usrbindir := $(BINDIR)
tc_usrsbindir := $(SBINDIR)
tc_sbindir := /sbin
SETFILES ?= $(tc_sbindir)/setfiles <--- expands into /sbin/setfiles
manoj
--
"It might help if we ran the MBA's out of Washington." Admiral Grace
Hopper
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.datasync.com/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---