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: login shell running as rpm_script_t?: msg#00098
|
Subject: |
Re: login shell running as rpm_script_t? |
On 12/14/05, Daniel J Walsh <dwalsh@xxxxxxxxxx> wrote:
> Tom London wrote:
> > Running latest rawhide (selinux-policy-targeted-2.1.5-1):
> >
> > My login shell appears to be running as rpm_script_t.
> >
> > Did I do something funny?
> > tom
> >
> > [tbl@tlondon ~]$ ps Z
> > LABEL PID TTY STAT TIME COMMAND
> > user_u:system_r:rpm_script_t:s0 3193 pts/1 Ss 0:00 bash
> > user_u:system_r:rpm_script_t:s0 3195 pts/2 Ss 0:00 bash
> > user_u:system_r:rpm_script_t:s0 3922 pts/2 R+ 0:00 ps Z
> > [tbl@tlondon ~]$
> >
> > --
> > Tom London
> >
> > --
> > fedora-selinux-list mailing list
> > fedora-selinux-list@xxxxxxxxxx
> > https://www.redhat.com/mailman/listinfo/fedora-selinux-list
> >
> What did you login using? Looks like a bad default_context file.
>
Standard graphical login.
Ah. I seem to have a default_contexts.rpmnew. Here are the diffs:
--- default_contexts 2005-12-13 14:14:45.000000000 -0800
+++ default_contexts.rpmnew 2005-12-08 13:58:07.000000000 -0800
@@ -1,9 +1,9 @@
-system_r:crond_t:s0 system_r:unconfined_t:s0
+system_r:xdm_t:s0 system_r:unconfined_t:s0
+system_r:unconfined_t:s0 system_r:unconfined_t:s0
system_r:initrc_t:s0 system_r:unconfined_t:s0
system_r:local_login_t:s0 system_r:unconfined_t:s0
system_r:remote_login_t:s0 system_r:unconfined_t:s0
system_r:rshd_t:s0 system_r:unconfined_t:s0
+system_r:crond_t:s0 system_r:unconfined_t:s0
system_r:sshd_t:s0 system_r:unconfined_t:s0
system_r:sysadm_su_t:s0 system_r:unconfined_t:s0
-system_r:unconfined_t:s0 system_r:unconfined_t:s0
-system_r:xdm_t:s0 system_r:unconfined_t:s0
Is order 'important'?
tom
--
Tom London
|
| |