Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: how does rpm work under Selinux: msg#00220
|
Subject: |
Re: how does rpm work under Selinux |
On Tue, 2005-05-31 at 14:50 -0400, James Z. Li wrote:
> Hi all,
>
> I was wondering how rpm works with Selinux, say I downloaded
> a third-party rpm package and installed it with rpm -i. Will rpm
> label the newly installed file properly or I have to relabel filesystem
> or do 'restorecon' manually ?
>
> Any webpages I could read on this problem? Thanks a lot.
rpm has been modified to set the security context on newly installed
files in accordance with the policy (based on the file_contexts
configuration). It originally incorporated a copy of the setfiles logic
for this purpose, and has recently been changed in FC4/devel to use
matchpathcon(3) instead, IIUC.
--
Stephen Smalley
National Security Agency
|
| |