Hide Forgot
I'm trying to connect to the Internet using NetworkManager -> bluetooth -> cellphone setup. With SELinux enabled, NM simply times out. Looking at the messages, I see the following message(s): pppd[2646]: pppd 2.4.5 started by root, uid 0 pppd[2646]: Can't create lock file /var/lock/ppp/LCK..rfcomm0: Permission denied pppd[2646]: Exit. ... And in audit.log: type=AVC msg=audit(1309701999.895:836): avc: denied { search } for pid=2134 comm="pppd" name="lock" dev=tmpfs ino=6241 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir Beyond that, I can't seem to get a valid sealert ID to get a better description. Disabling SELinux (setenforce 0), solves the problem. Versions: selinux-policy-targeted-3.9.16-30.fc15.noarch NetworkManager-0.8.9997-4.git20110620.fc15.x86_64 - Gilboa
Fixed in selinux-policy-3.9.16-31
Just checked with 16-32 (from -testing) and it seems to work just fine. Thanks! - Gilboa