All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kodungallur Varma <ramgwu@gmail.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: selinux@tycho.nsa.gov
Subject: Re: problems using setcon()
Date: Tue, 29 Mar 2005 22:41:44 -0500	[thread overview]
Message-ID: <fa8ec5d8050329194145add881@mail.gmail.com> (raw)
In-Reply-To: <1112107028.4339.34.camel@moss-spartans.epoch.ncsc.mil>

thanx a lot..the program worked. however I need to change the policy
file(.te) often and so I need to make load it. I am unable to do that
at the moment due to the problem that I updated the following without
updating my policy:

checkpolicy-1.22
libsepol-1.4
policycoreutils-1.22

how do I uninstall them?? also I tried the alternative to update my
policy by doing:
"yum install selinux-policy-strict-sources" and "yum install
selinux-policy-targeted-sources". the targeted version was updated,
but strict had "nothing to do". seems like it is up to date. I couldnt
"make load" after I updated as the same problem(same error) persisted.

could someone point out how to uninstall the above three packages. 

thanx..
Ram


On Tue, 29 Mar 2005 09:37:08 -0500, Stephen Smalley <sds@tycho.nsa.gov> wrote:
> On Mon, 2005-03-28 at 22:55 -0500, Kodungallur Varma wrote:
> >        the following setconexample.c(attachment) really did help me,
> > but I have one more issue. I dont have the context_str() function.
> 
> What do you mean?  It is defined in libselinux.  You do need to link
> with -lselinux, obviously, e.g.
>         gcc -lselinux -o setconexample setconexample.c
> context_str() is defined in libselinux/src/context.c, along with the
> other context functions.
> 
> >  I
> > installed the 2.6.11.5 kernel and tried to apply patches mentioned in
> > the NSA website.
> 
> Any kernel >= 2.6.11 should be fine for using setcon().
> 
> >  I updated to the checkpolicy-1.22, libselinux-1.22,
> > policycoreutils-1.22, ibsepol-1.4. I dont know if I am supposed to
> > upgrade to the above.
> 
> You only needed to have a libselinux that included setcon.  Not sure
> whether the stock FC3 libselinux included it or not.  You didn't need to
> update the rest.
> 
> >   I wanted to update to apply the patch-2.6.11.6.
> > but I could not execute it and I dont know how to apply it.
> 
> They are relative to 2.6.11, right?
> 
> >  I wonder
> > why I dont have just the context_str().
> 
> Yes, that doesn't make any sense to me either.
> 
> > also, when I make load from the directory
> > /etc/selinux/strict/src/policy/, I have the following errors:
> >
> > Validating file_contexts ...
> > /usr/sbin/setfiles -q -c /etc/selinux/strict/policy/policy.19
> > /etc/selinux/strict/contexts/files/file_contexts
> > /usr/sbin/load_policy /etc/selinux/strict/policy/policy.19
> > sepol_genusers: Can't load system.users:  No such file or directory
> > /usr/sbin/load_policy:  Error while setting user configuration from
> > /etc/selinux/strict/users//{local.users,system.users}:  No such file
> > or directory
> > /usr/sbin/load_policy:  security_load_policy failed
> > make: *** [tmp/load] Error 3
> >
> > why is the above occuring??
> 
> You updated checkpolicy, libsepol and policycoreutils but didn't update
> your policy.  Bad idea.  Either update your policy or roll back the
> others.
> 
> --
> Stephen Smalley <sds@tycho.nsa.gov>
> National Security Agency
> 
>

--
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:[~2005-03-30  3:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-09  4:08 problems using setcon() Kodungallur Varma
2005-03-09  8:46 ` Thomas Bleher
2005-03-12  2:35   ` Kodungallur Varma
2005-03-14 15:06     ` Stephen Smalley
2005-03-29  3:55       ` Kodungallur Varma
2005-03-29 14:37         ` Stephen Smalley
2005-03-30  3:41           ` Kodungallur Varma [this message]
2005-03-30 12:35             ` Stephen Smalley
2005-04-20  2:09               ` attributes on the other end of a network connection Kodungallur Varma
2005-04-20  3:44                 ` James Morris
2005-04-20 12:19                 ` Stephen Smalley
2005-05-04 15:30                   ` Kodungallur Varma
2005-05-05 11:28                     ` Stephen Smalley

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=fa8ec5d8050329194145add881@mail.gmail.com \
    --to=ramgwu@gmail.com \
    --cc=sds@tycho.nsa.gov \
    --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.