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...
|
rpm -V selinux-policy-targeted: msg#00104
|
Subject: |
rpm -V selinux-policy-targeted |
Should I expect output like this from rpm -V from a fresh install, even
if I haven't touched the policy myself?
[root@blane ~]# rpm -V selinux-policy-targeted
.......TC c /etc/selinux/targeted/contexts/default_contexts
.......TC c /etc/selinux/targeted/contexts/default_type
.......TC c /etc/selinux/targeted/contexts/failsafe_context
..5....TC c /etc/selinux/targeted/contexts/files/file_contexts
.......TC c /etc/selinux/targeted/contexts/files/media
.......TC c /etc/selinux/targeted/contexts/initrc_context
.......TC c /etc/selinux/targeted/contexts/removable_context
.......TC c /etc/selinux/targeted/contexts/userhelper_context
.......TC c /etc/selinux/targeted/contexts/users/root
..5....T. c /etc/selinux/targeted/policy/policy.18
Since policy/policy.18 is marked %config(noreplace) the new policy.18
file is installed as policy.18.rpmnew and hence it seems manual
intervention is needed to load the new policy, it's not a simple rpm -U
or up2date run away - is this desirable?
joe
|
| |