* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). @ 2010-09-04 3:18 Justin Mattock 2010-09-04 8:46 ` Dominick Grift 0 siblings, 1 reply; 7+ messages in thread From: Justin Mattock @ 2010-09-04 3:18 UTC (permalink / raw) To: refpolicy Im not sure what I need todo to make amanda happy with this: sudo make load /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp libsepol.print_missing_requirements: amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). libsemanage.semanage_link_sandbox: Link packages failed (No such file or directory). /usr/sbin/semodule: Failed! make: *** [load] Error 1 do I need amanda and sandbox both working for this to work? -- Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 3:18 [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory) Justin Mattock @ 2010-09-04 8:46 ` Dominick Grift 2010-09-04 13:21 ` Justin P. Mattock 0 siblings, 1 reply; 7+ messages in thread From: Dominick Grift @ 2010-09-04 8:46 UTC (permalink / raw) To: refpolicy On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: > Im not sure what I need todo to make amanda happy with this: > sudo make load > > /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp > libsepol.print_missing_requirements: amanda's global requirements were > not met: type/attribute inetd_t (No such file or directory). > libsemanage.semanage_link_sandbox: Link packages failed (No such file > or directory). > /usr/sbin/semodule: Failed! > make: *** [load] Error 1 > > do I need amanda and sandbox both working for this to work? Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: 1. is the inetd_t included (made available) in the amanda module? 2. is the xinetd policy installed? > > > -- > Justin P. Mattock > _______________________________________________ > refpolicy mailing list > refpolicy at oss.tresys.com > http://oss.tresys.com/mailman/listinfo/refpolicy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100904/685c486b/attachment.bin ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 8:46 ` Dominick Grift @ 2010-09-04 13:21 ` Justin P. Mattock 2010-09-04 13:24 ` Dominick Grift 0 siblings, 1 reply; 7+ messages in thread From: Justin P. Mattock @ 2010-09-04 13:21 UTC (permalink / raw) To: refpolicy On 09/04/2010 01:46 AM, Dominick Grift wrote: > On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: >> Im not sure what I need todo to make amanda happy with this: >> sudo make load >> >> /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp >> libsepol.print_missing_requirements: amanda's global requirements were >> not met: type/attribute inetd_t (No such file or directory). >> libsemanage.semanage_link_sandbox: Link packages failed (No such file >> or directory). >> /usr/sbin/semodule: Failed! >> make: *** [load] Error 1 >> >> do I need amanda and sandbox both working for this to work? > > Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: > > 1. is the inetd_t included (made available) in the amanda module? > 2. is the xinetd policy installed? alright... disabling the build of this module, gets me going... as for the xinetd I don't have that on the system, as well as amanda Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 13:21 ` Justin P. Mattock @ 2010-09-04 13:24 ` Dominick Grift 2010-09-04 13:38 ` Justin P. Mattock 2010-09-04 15:20 ` Chris PeBenito 0 siblings, 2 replies; 7+ messages in thread From: Dominick Grift @ 2010-09-04 13:24 UTC (permalink / raw) To: refpolicy On Sat, Sep 04, 2010 at 06:21:08AM -0700, Justin P. Mattock wrote: > On 09/04/2010 01:46 AM, Dominick Grift wrote: > >On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: > >>Im not sure what I need todo to make amanda happy with this: > >>sudo make load > >> > >> /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp > >>libsepol.print_missing_requirements: amanda's global requirements were > >>not met: type/attribute inetd_t (No such file or directory). > >>libsemanage.semanage_link_sandbox: Link packages failed (No such file > >>or directory). > >>/usr/sbin/semodule: Failed! > >>make: *** [load] Error 1 > >> > >>do I need amanda and sandbox both working for this to work? > > > >Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: > > > >1. is the inetd_t included (made available) in the amanda module? > >2. is the xinetd policy installed? > > alright... disabling the build of this module, gets me going... > as for the xinetd I don't have that on the system, as well as amanda dependency issue. Ive mentioned issues like this on the IRC channel the other day. Refpolicy maintainer does not want to change it. We need semanage/compiler to tell us in plain language the a dependency was not met and which module(s) solve the dependencies. > > Justin P. Mattock -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100904/ce50c9e4/attachment.bin ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 13:24 ` Dominick Grift @ 2010-09-04 13:38 ` Justin P. Mattock 2010-09-04 15:20 ` Chris PeBenito 1 sibling, 0 replies; 7+ messages in thread From: Justin P. Mattock @ 2010-09-04 13:38 UTC (permalink / raw) To: refpolicy On 09/04/2010 06:24 AM, Dominick Grift wrote: > On Sat, Sep 04, 2010 at 06:21:08AM -0700, Justin P. Mattock wrote: >> On 09/04/2010 01:46 AM, Dominick Grift wrote: >>> On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: >>>> Im not sure what I need todo to make amanda happy with this: >>>> sudo make load >>>> >>>> /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp >>>> libsepol.print_missing_requirements: amanda's global requirements were >>>> not met: type/attribute inetd_t (No such file or directory). >>>> libsemanage.semanage_link_sandbox: Link packages failed (No such file >>>> or directory). >>>> /usr/sbin/semodule: Failed! >>>> make: *** [load] Error 1 >>>> >>>> do I need amanda and sandbox both working for this to work? >>> >>> Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: >>> >>> 1. is the inetd_t included (made available) in the amanda module? >>> 2. is the xinetd policy installed? >> >> alright... disabling the build of this module, gets me going... >> as for the xinetd I don't have that on the system, as well as amanda > > dependency issue. Ive mentioned issues like this on the IRC channel the other day. > Refpolicy maintainer does not want to change it. > > We need semanage/compiler to tell us in plain language the a dependency was not met and which module(s) solve the dependencies. > well to just error out(i think) is not really a good idea(leaves users in a panic)..maybe some #ifdef AMANDA_XINE_STUFF SELINUX_AMANDA_MODULE_NO_BUILDY #endif or even simpler a warning for this, but then again if somebody is setting up a policy like this then adjusting the modules should be something they do without even thinking about it(for the record I never do...) Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 13:24 ` Dominick Grift 2010-09-04 13:38 ` Justin P. Mattock @ 2010-09-04 15:20 ` Chris PeBenito 2010-09-05 15:14 ` Justin P. Mattock 1 sibling, 1 reply; 7+ messages in thread From: Chris PeBenito @ 2010-09-04 15:20 UTC (permalink / raw) To: refpolicy On 09/04/10 09:24, Dominick Grift wrote: > On Sat, Sep 04, 2010 at 06:21:08AM -0700, Justin P. Mattock wrote: >> On 09/04/2010 01:46 AM, Dominick Grift wrote: >>> On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: >>>> Im not sure what I need todo to make amanda happy with this: >>>> sudo make load >>>> >>>> /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp >>>> libsepol.print_missing_requirements: amanda's global requirements were >>>> not met: type/attribute inetd_t (No such file or directory). >>>> libsemanage.semanage_link_sandbox: Link packages failed (No such file >>>> or directory). >>>> /usr/sbin/semodule: Failed! >>>> make: *** [load] Error 1 >>>> >>>> do I need amanda and sandbox both working for this to work? >>> >>> Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: >>> >>> 1. is the inetd_t included (made available) in the amanda module? >>> 2. is the xinetd policy installed? >> >> alright... disabling the build of this module, gets me going... >> as for the xinetd I don't have that on the system, as well as amanda > > dependency issue. Ive mentioned issues like this on the IRC channel the other day. > Refpolicy maintainer does not want to change it. I want to clarify this. In the IRC channel we were talking about making the evolution dependence on xserver optional, which I reject since evolution doesn't work without X, so the policy should follow suit. Does amanda work without inetd? If so, then it can be made optional in the policy. If not, then it stays unconditional in the policy. -- Chris PeBenito <pebenito@gentoo.org> Developer, Hardened Gentoo Linux ^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory). 2010-09-04 15:20 ` Chris PeBenito @ 2010-09-05 15:14 ` Justin P. Mattock 0 siblings, 0 replies; 7+ messages in thread From: Justin P. Mattock @ 2010-09-05 15:14 UTC (permalink / raw) To: refpolicy On 09/04/2010 08:20 AM, Chris PeBenito wrote: > On 09/04/10 09:24, Dominick Grift wrote: >> On Sat, Sep 04, 2010 at 06:21:08AM -0700, Justin P. Mattock wrote: >>> On 09/04/2010 01:46 AM, Dominick Grift wrote: >>>> On Fri, Sep 03, 2010 at 08:18:55PM -0700, Justin Mattock wrote: >>>>> Im not sure what I need todo to make amanda happy with this: >>>>> sudo make load >>>>> >>>>> /usr/share/selinux/mcs/zebra.pp -i /usr/share/selinux/mcs/zosremote.pp >>>>> libsepol.print_missing_requirements: amanda's global requirements were >>>>> not met: type/attribute inetd_t (No such file or directory). >>>>> libsemanage.semanage_link_sandbox: Link packages failed (No such file >>>>> or directory). >>>>> /usr/sbin/semodule: Failed! >>>>> make: *** [load] Error 1 >>>>> >>>>> do I need amanda and sandbox both working for this to work? >>>> >>>> Amanda's global requirements were not met. It has policy to interact with inetd_t but the type is not available: >>>> >>>> 1. is the inetd_t included (made available) in the amanda module? >>>> 2. is the xinetd policy installed? >>> >>> alright... disabling the build of this module, gets me going... >>> as for the xinetd I don't have that on the system, as well as amanda >> >> dependency issue. Ive mentioned issues like this on the IRC channel the other day. >> Refpolicy maintainer does not want to change it. > > I want to clarify this. In the IRC channel we were talking about making > the evolution dependence on xserver optional, which I reject since > evolution doesn't work without X, so the policy should follow suit. > Does amanda work without inetd? If so, then it can be made optional in > the policy. If not, then it stays unconditional in the policy. > > -- > Chris PeBenito > <pebenito@gentoo.org> > Developer, > Hardened Gentoo Linux > > _______________________________________________ > refpolicy mailing list > refpolicy at oss.tresys.com > http://oss.tresys.com/mailman/listinfo/refpolicy > I've a seperate machine that I can test this out with(if need be).. Looking at the dependencies with debian: http://packages.debian.org/search?searchon=names&keywords=amanda both the client/server use openbsd-inetd which dont use xinetd but then again I see the "or" inet-superserver which looks like it does. As for the error itself, I tried recreating this on both of my machines and was unable to recreate this(even after git reset, and git clean)prior too this was reliably re-creatable.. Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-09-05 15:14 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-09-04 3:18 [refpolicy] amanda's global requirements were not met: type/attribute inetd_t (No such file or directory) Justin Mattock 2010-09-04 8:46 ` Dominick Grift 2010-09-04 13:21 ` Justin P. Mattock 2010-09-04 13:24 ` Dominick Grift 2010-09-04 13:38 ` Justin P. Mattock 2010-09-04 15:20 ` Chris PeBenito 2010-09-05 15:14 ` Justin P. Mattock
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.