From: justinmattock@gmail.com (Justin P. Mattock)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] bluetooth-applet not showing up in the panel
Date: Tue, 28 Dec 2010 07:34:07 -0800 [thread overview]
Message-ID: <4D1A036F.9040604@gmail.com> (raw)
In-Reply-To: <4D19FB69.8000700@gmail.com>
On 12/28/2010 06:59 AM, Dominick Grift wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 12/28/2010 03:50 PM, Justin Mattock wrote:
>> Hello,
>> I've a strange issue over here, when enforcement mode bluetooth-applet will not
>> show up, but after waking from suspend it does.. any ideas on
>> what/where is causing
>> this to do so?
>
> Judging from the .service files entries in the logs below i suspect you
> are using Fedora rawhide here or a custom os based off of fedora rawhide?
>
neither.. just a from scratch system(used the guides here and there on
packages, but mostly went my own way)
> In either case you can probably do the usual troubleshooting to narrow
> things down a bit:
>
> 1. is this issue even selinux related; e.g. does it work in permissive mode.
>
works fine under permissive, as soon as enforcement the applet just
doesnt show up(under ps aux, it is starting)but after waking from S2R
the applet shows up(strange!!)
> = if selinux related issue (works in permissive mode); are there any avc
> denials?
>
> == if no avc denials use semodule -DB to unload "hidden denial rules"
> then reproduce.
>
> === if avc denials: enclose and/or analyse
>
yeah I've checked all of those(was thinking it's RFKILL related, but
then maybe it's not)I'll look again to see..
> If its not an selinux issue may be a setuid/getgid / capability issue?
>
could be...maybe what I did below, is the cause of this:
Using gdm + fluxbox + gnome-keyring there was some issues with the whole
session thing.. long story short I ended up adding:(taken from:
https://bbs.archlinux.org/viewtopic.php?id=67959)
# launches a session dbus instance
dbuslaunch="`which dbus-launch 2>/dev/null`"
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z
"$DBUS_SESSION_BUS_ADDRESS" ]; then
eval `$dbuslaunch --sh-syntax --exit-with-session`
fi
in: /etc/gnome/gdm/Xsession
and also adding:
/usr/share/xsessions/fluxbox.desktop
Exec=ck-launch-session /usr/bin/startfluxbox
2656 ? Sl 0:00 /usr/bin/gnome-keyring-daemon --daemonize
--login
2725 ? Ss 0:00 ck-launch-session /usr/bin/startfluxbox
2746 ? S 0:00 /usr/bin/dbus-launch --sh-syntax
--exit-with-session
2753 ? Ss 0:00 /usr/bin/ssh-agent -- ck-launch-session
/usr/bin/startfluxbox
2758 ? S 0:04 /usr/bin/fluxbox
2760 ? S 0:00 sh /home/justin/.fluxbox/startup
2761 ? Sl 0:00 /usr/bin/gnome-power-manager
2763 ? SLl 0:00 nm-applet --sm-disable
2764 ? S 0:00 /usr/bin/bluetooth-applet
2765 ? S 0:00 volumeicon
2767 ? Ssl 0:00 /usr/lib/bonobo/bonobo-activation-server
--ac-activate --ior-output-fd=20
2768 ? S 0:00 /usr/lib/gdu-notification-daemon
2819 ? S 0:01 tint2
2820 ? Ss 0:05 /usr/bin/gnome-screensaver
2826 ? S 0:00 /usr/bin/gnome-keyring-daemon --start
--foreground --components=secrets
to have these guys starting properly due to them needing certain things
to start correctly(keep in mind this is a work in progress, so there is
things wrong)
Justin P. Mattock
next prev parent reply other threads:[~2010-12-28 15:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-28 14:50 [refpolicy] bluetooth-applet not showing up in the panel Justin Mattock
2010-12-28 14:59 ` Dominick Grift
2010-12-28 15:34 ` Justin P. Mattock [this message]
2010-12-28 15:40 ` Dominick Grift
2010-12-28 16:35 ` Justin P. Mattock
2010-12-28 16:39 ` Dominick Grift
2010-12-28 17:02 ` Justin P. Mattock
2010-12-28 19:23 ` Chris Richards
2010-12-28 20:09 ` Justin P. Mattock
2010-12-31 10:28 ` Daniel J Walsh
2011-01-04 1:29 ` Justin P. Mattock
2011-01-04 14:06 ` Daniel J Walsh
2011-01-04 14:36 ` Justin P. Mattock
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=4D1A036F.9040604@gmail.com \
--to=justinmattock@gmail.com \
--cc=refpolicy@oss.tresys.com \
/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.