LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-16-2009, 11:28 AM   #1
lovemov
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Rep: Reputation: 0
system-config-selinux missing in Centos 5.3?


Installed all by default, can't find system-config-selinux, any package I should yum install?
Thanks.
 
Old 05-16-2009, 11:37 AM   #2
baig
Member
 
Registered: Nov 2008
Location: وادی ھنزہ
Distribution: Solaris 5.10, Debian Server 5.2, CentOS 5.6
Posts: 226
Blog Entries: 3

Rep: Reputation: 38
I have never noticed system-config-selinux coz i don't use.

but try this if it really exists on repos.
Code:
yum list all |grep "system-config*"
and if it exists, simply

Code:
yum install system-config-selinux

cheers!!
 
Old 05-16-2009, 09:17 PM   #3
lovemov
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Well, I have tried this yum list all |grep "system-config*", it's not listed. I have no idea why it's no available...
 
Old 05-17-2009, 02:42 AM   #4
baig
Member
 
Registered: Nov 2008
Location: وادی ھنزہ
Distribution: Solaris 5.10, Debian Server 5.2, CentOS 5.6
Posts: 226
Blog Entries: 3

Rep: Reputation: 38
Is Selinux enabled on your system? It is an extra security for linux operating systems, If you are a home user i think plain linux is pretty secure and fine. I have noticed ISP's disabling selinux saying it causes more difficulties rather enhanced security.

Hope somebody will help you!!


Cheers!!
 
Old 05-17-2009, 11:03 AM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
This is one of those question that you will probably have better luck getting a good answer over on centos.org's forum.
 
Old 06-15-2009, 03:36 PM   #6
amlife
Member
 
Registered: Sep 2007
Location: Canada
Distribution: RHEL, Debian, SUSE
Posts: 34

Rep: Reputation: 1
In CentOS it is spolicycoreutils-gui try to install it using yum. then system-config-selinux will be available.
 
Old 06-15-2009, 04:49 PM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by baig View Post
If you are a home user i think plain linux is pretty secure and fine.
Maybe you should keep your thoughts private then...


Quote:
Originally Posted by baig View Post
I have noticed ISP's disabling selinux saying it causes more difficulties rather enhanced security
...and quoting the vague misconceptions of others sounds not that constructive either.


Quote:
Originally Posted by lazlow View Post
This is one of those question that you will probably have better luck getting a good answer over on centos.org's forum.
Why on earth? There's lots of Centos users here at LQ.


Quote:
Originally Posted by amlife View Post
In CentOS it is spolicycoreutils-gui try to install it using yum. then system-config-selinux will be available.
Ditch the "s", it's "policycoreutils-gui".
 
Old 06-15-2009, 05:01 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Unspawn

You are correct about the "s".

I think the fact that this thread started on 5/16 and a proper answer did not show up until 6/15 proves the point of my suggestion. Yes, there are a lot of Centos users here (including me), but when things are renamed it is often easier to go to the source to see what the new name is.
 
Old 06-15-2009, 07:16 PM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Hmm. I'd like to think it's more a placement issue. Would this have been in Red Hat or at least in Distributions it would have gotten more exposure, but maybe that's just my wishful thinking. This isn't some hardcore Centos-centric issue that can't be solved by 'yum -C search "system-config-selinux"' or say rpm.pbone.net or one of us, right? Anyway, in essence you're right: nearly a month is way too much.
 
Old 06-16-2009, 11:21 AM   #10
amlife
Member
 
Registered: Sep 2007
Location: Canada
Distribution: RHEL, Debian, SUSE
Posts: 34

Rep: Reputation: 1
Sorry about spolicycoreutils-gui it is true that you need to the ditch the "s".
 
Old 12-04-2017, 11:09 PM   #11
jasonphx1
LQ Newbie
 
Registered: Dec 2017
Posts: 1

Rep: Reputation: Disabled
I know this is a super old post, but for reference: yum provides works to find the right package

I know this is a super old post, but I was looking for something similar and stumbled on this old thread.

In case someone else ever looks, the command "yum provides <file or feature>" works...for example:

If I type: yum provides system-config-selinux

The response (shortened) is:
Trying other mirror.
updates/7/x86_64/filelists_db | 2.1 MB 00:00:01
policycoreutils-gui-2.5-17.1.el7.x86_64 : SELinux configuration GUI
Repo : base
Matched from:
Filename : /usr/bin/system-config-selinux

Cheerio!
 
Old 12-05-2017, 04:44 AM   #12
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Jason

While some things do apply from version to version many do not. IF I remember correctly the version of yum in 5.3 did not have the "provides" functionality implemented yet. There are also those instances when certain packages have been built a little odd and some tools will not function or function as expected due to this. It is one of the reasons many people are so picky (particularly in Centos) that EXACT build procedures are followed. Chasing your tail for a couple of hours because some packager did not follow build protocol can be a hair pulling experience. Fedora Core used to be notorious for this. I ran FC4 through F9?(6 month life cycle) before switching to Centos 5 (now on 7)(mostly for 5? year life cycle). Basically if a thread is about a EOL(end of life)(Centos 5 is EOL) version you are probably better off leaving the thread dead. Do NOT misunderstand I am NOT trying to discourage you from posting.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"../system.h :selinux/selinux.h:no such file or directory" ashmita04 Linux From Scratch 4 02-05-2009 03:36 AM
SELinux & vBulletin (CentOS 5.2) sxa Linux - Security 1 02-04-2009 09:58 PM
SELinux - disabling in CentOS 5.1 prevents LVM from loading and/or booting tiber Linux - Software 2 02-09-2008 04:51 AM
CentOS: Diskless client from system-config-netboot doesn't boot. mackdav Red Hat 0 08-02-2007 02:20 PM
SELinux config mmy Linux - Security 1 02-06-2007 03:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration