Bug 716279 - SELinux is preventing /usr/sbin/pppd from read access on the lnk_file /var/lock
Summary: SELinux is preventing /usr/sbin/pppd from read access on the lnk_file /var/lock
Keywords:
Status: CLOSED DUPLICATE of bug 717161
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 15
Hardware: i686
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-23 20:16 UTC by Arif Tri Waluyo
Modified: 2011-06-28 15:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-28 15:10:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Arif Tri Waluyo 2011-06-23 20:16:18 UTC
Description of problem:
If you believe that pppd should be allowed read access on the lock lnk_file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# grep pppd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp


Version-Release number of selected component (if applicable):
Installed Packages
Name        : selinux-policy
Arch        : noarch
Version     : 3.9.16
Release     : 30.fc15
Size        : 8.1 M
Repo        : installed


How reproducible:
always

Steps to Reproduce:
1.Connect internet with modem broadband.

Comment 1 Daniel Walsh 2011-06-23 20:37:34 UTC
restorecon -R -v /var

Comment 2 Arif Tri Waluyo 2011-06-23 22:28:43 UTC
(In reply to comment #1)
> restorecon -R -v /var

That's not resolve my problem.

Comment 3 Miroslav Grepl 2011-06-24 12:25:58 UTC
Please update to the latest policy and reopen if the problem still exists.

# yum update selinux-policy

Comment 4 Arif Tri Waluyo 2011-06-27 18:07:05 UTC
$ su -c 'yum update selinux-policy'
Password: 
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, remove-
              : with-leaves
Loading mirror speeds from cached hostfile
 * fedora: ftp.kddilabs.jp
 * updates: ftp.kddilabs.jp
 * updates-testing: ftp.kddilabs.jp
Setting up Update Process
No Packages marked for Update

=======================================
Version of selinux-policy on my system.

Installed Packages
Name        : selinux-policy
Arch        : noarch
Version     : 3.9.16
Release     : 30.fc15
Size        : 8.1 M
Repo        : installed
From repo   : updates-testing
Summary     : SELinux policy configuration
URL         : http://oss.tresys.com/repos/refpolicy/
License     : GPLv2+
Description : SELinux Reference Policy - modular.
            : Based off of reference policy: Checked out revision  2.20091117

========================================
$ su -c 'grep "SELinux is preventing" /var/log/messages'
Jun 27 10:19:09 setroubleshoot: SELinux is preventing /usr/sbin/pppd from read access on the lnk_file /var/lock. For complete SELinux messages. run sealert -l 905a9f7c-daa5-460f-aa12-551b9b7ab612

Comment 5 Miroslav Grepl 2011-06-28 08:53:10 UTC
Could you add your output of

# grep -r var_lock_t /etc/selinux/targeted/contexts/files

and

# ausearch -m avc |grep pppd

Comment 6 Arif Tri Waluyo 2011-06-28 09:19:02 UTC
# grep -r var_lock_t /etc/selinux/targeted/contexts/files
/etc/selinux/targeted/contexts/files/file_contexts:/var/lock(/.*)?	system_u:object_r:var_lock_t:s0
/etc/selinux/targeted/contexts/files/file_contexts:/run/lock(/.*)?	system_u:object_r:var_lock_t:s0
/etc/selinux/targeted/contexts/files/file_contexts:/var/lock/dirsrv(/.*)?	system_u:object_r:dirsrv_var_lock_t:s0
/etc/selinux/targeted/contexts/files/file_contexts:/var/lock	-l	system_u:object_r:var_lock_t:s0
/etc/selinux/targeted/contexts/files/file_contexts:/var/lock/subsys/denyhosts	--	system_u:object_r:denyhosts_var_lock_t:s0

# ausearch -m avc |grep pppd
type=SYSCALL msg=audit(1306383051.110:357): arch=40000003 syscall=10 success=no exit=-13 a0=f377a0 a1=0 a2=f3020c a3=f7ec5c items=0 ppid=777 pid=1581 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1306383051.110:357): avc:  denied  { unlink } for  pid=1581 comm="pppd" name="LCK..ttyUSB0" dev=tmpfs ino=23349 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=file
type=SYSCALL msg=audit(1306383057.141:358): arch=40000003 syscall=5 success=no exit=-13 a0=8aa7a0 a1=80000 a2=0 a3=8aa7a0 items=0 ppid=777 pid=15977 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1306383057.141:358): avc:  denied  { read } for  pid=15977 comm="pppd" name="LCK..ttyUSB0" dev=tmpfs ino=23349 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=file
type=SYSCALL msg=audit(1307164833.665:105): arch=40000003 syscall=10 success=no exit=-13 a0=fed7a0 a1=0 a2=fe620c a3=1034c5c items=0 ppid=1 pid=1545 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1307164833.665:105): avc:  denied  { unlink } for  pid=1545 comm="pppd" name="LCK..ttyUSB0" dev=tmpfs ino=23062 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=file
type=SYSCALL msg=audit(1308026878.687:50): arch=40000003 syscall=5 success=no exit=-13 a0=c94760 a1=800c2 a2=1a4 a3=c94760 items=0 ppid=765 pid=1576 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308026878.687:50): avc:  denied  { search } for  pid=1576 comm="pppd" name="ppp" dev=tmpfs ino=12269 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308026994.606:57): arch=40000003 syscall=5 success=no exit=-13 a0=6b3760 a1=800c2 a2=1a4 a3=6b3760 items=0 ppid=765 pid=1960 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308026994.606:57): avc:  denied  { search } for  pid=1960 comm="pppd" name="ppp" dev=tmpfs ino=12269 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308027350.208:53): arch=40000003 syscall=5 success=no exit=-13 a0=a0b760 a1=800c2 a2=1a4 a3=a0b760 items=0 ppid=767 pid=1904 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308027350.208:53): avc:  denied  { search } for  pid=1904 comm="pppd" name="ppp" dev=tmpfs ino=12459 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308027651.013:64): arch=40000003 syscall=5 success=yes exit=11 a0=a73760 a1=800c2 a2=1a4 a3=a73760 items=0 ppid=767 pid=2216 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308027651.013:64): avc:  denied  { add_name } for  pid=2216 comm="pppd" name="LCK..ttyUSB0" scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=AVC msg=audit(1308027651.013:64): avc:  denied  { write } for  pid=2216 comm="pppd" name="ppp" dev=tmpfs ino=12459 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=AVC msg=audit(1308027651.013:64): avc:  denied  { search } for  pid=2216 comm="pppd" name="ppp" dev=tmpfs ino=12459 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308029889.294:181): arch=40000003 syscall=10 success=no exit=-13 a0=a73760 a1=0 a2=a6c1cc a3=abac1c items=0 ppid=767 pid=2216 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308029889.294:181): avc:  denied  { search } for  pid=2216 comm="pppd" name="ppp" dev=tmpfs ino=12459 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:pppd_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308713736.471:53): arch=40000003 syscall=5 success=no exit=-13 a0=cb3760 a1=800c2 a2=1a4 a3=cb3760 items=0 ppid=741 pid=1843 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308713736.471:53): avc:  denied  { read } for  pid=1843 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308714038.940:64): arch=40000003 syscall=5 success=yes exit=11 a0=e66760 a1=800c2 a2=1a4 a3=e66760 items=0 ppid=741 pid=2175 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308714038.940:64): avc:  denied  { search } for  pid=2175 comm="pppd" name="lock" dev=tmpfs ino=1163 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308714038.940:64): avc:  denied  { read } for  pid=2175 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308758389.463:48): arch=40000003 syscall=5 success=yes exit=11 a0=c10760 a1=800c2 a2=1a4 a3=c10760 items=0 ppid=770 pid=1609 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308758389.463:48): avc:  denied  { search } for  pid=1609 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308758389.463:48): avc:  denied  { read } for  pid=1609 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308765608.739:143): arch=40000003 syscall=10 success=yes exit=0 a0=c10760 a1=0 a2=c091cc a3=c57c1c items=0 ppid=770 pid=1609 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308765608.739:143): avc:  denied  { search } for  pid=1609 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308765608.739:143): avc:  denied  { read } for  pid=1609 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308765617.197:144): arch=40000003 syscall=5 success=yes exit=11 a0=e08760 a1=800c2 a2=1a4 a3=e08760 items=0 ppid=770 pid=2793 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308765617.197:144): avc:  denied  { search } for  pid=2793 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308777354.979:260): arch=40000003 syscall=5 success=no exit=-17 a0=d07760 a1=800c2 a2=1a4 a3=d07760 items=0 ppid=770 pid=19375 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308777354.979:260): avc:  denied  { search } for  pid=19375 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308777354.979:260): avc:  denied  { read } for  pid=19375 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308807862.472:330): arch=40000003 syscall=10 success=yes exit=0 a0=d07760 a1=0 a2=d001cc a3=d4ec1c items=0 ppid=770 pid=19375 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308807862.472:330): avc:  denied  { search } for  pid=19375 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308807862.472:330): avc:  denied  { read } for  pid=19375 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308808178.466:331): arch=40000003 syscall=5 success=no exit=-17 a0=a64760 a1=800c2 a2=1a4 a3=a64760 items=0 ppid=770 pid=21513 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308808178.466:331): avc:  denied  { search } for  pid=21513 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308808178.466:331): avc:  denied  { read } for  pid=21513 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308812380.083:416): arch=40000003 syscall=10 success=yes exit=0 a0=a64760 a1=465ff4 a2=a5d1cc a3=aabc1c items=0 ppid=770 pid=21513 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308812380.083:416): avc:  denied  { search } for  pid=21513 comm="pppd" name="lock" dev=tmpfs ino=1137 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308812380.083:416): avc:  denied  { read } for  pid=21513 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308813726.587:48): arch=40000003 syscall=5 success=yes exit=11 a0=aa3760 a1=800c2 a2=1a4 a3=aa3760 items=0 ppid=783 pid=1607 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308813726.587:48): avc:  denied  { search } for  pid=1607 comm="pppd" name="lock" dev=tmpfs ino=1230 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308813726.587:48): avc:  denied  { read } for  pid=1607 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308814798.573:48): arch=40000003 syscall=5 success=yes exit=11 a0=d48760 a1=800c2 a2=1a4 a3=d48760 items=0 ppid=791 pid=1661 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308814798.573:48): avc:  denied  { search } for  pid=1661 comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308814798.573:48): avc:  denied  { read } for  pid=1661 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308814844.401:92): arch=40000003 syscall=10 success=yes exit=0 a0=d48760 a1=0 a2=d411cc a3=d8fc1c items=0 ppid=791 pid=1661 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308814844.401:92): avc:  denied  { search } for  pid=1661 comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308814844.401:92): avc:  denied  { read } for  pid=1661 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308821915.767:48): arch=40000003 syscall=5 success=yes exit=11 a0=67f760 a1=800c2 a2=1a4 a3=67f760 items=0 ppid=767 pid=1586 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308821915.767:48): avc:  denied  { search } for  pid=1586 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308821915.767:48): avc:  denied  { read } for  pid=1586 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308846171.064:100): arch=40000003 syscall=5 success=no exit=-17 a0=22f760 a1=800c2 a2=1a4 a3=22f760 items=0 ppid=767 pid=3413 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308846171.064:100): avc:  denied  { search } for  pid=3413 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308846171.064:100): avc:  denied  { read } for  pid=3413 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308857679.251:176): arch=40000003 syscall=5 success=no exit=-17 a0=225760 a1=800c2 a2=1a4 a3=225760 items=0 ppid=767 pid=4924 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308857679.251:176): avc:  denied  { search } for  pid=4924 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308857679.251:176): avc:  denied  { read } for  pid=4924 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308861361.786:264): arch=40000003 syscall=10 success=yes exit=0 a0=225760 a1=0 a2=21e1cc a3=26cc1c items=0 ppid=767 pid=4924 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308861361.786:264): avc:  denied  { search } for  pid=4924 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308861361.786:264): avc:  denied  { read } for  pid=4924 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308867014.479:48): arch=40000003 syscall=5 success=yes exit=11 a0=9e4760 a1=800c2 a2=1a4 a3=9e4760 items=0 ppid=778 pid=1594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308867014.479:48): avc:  denied  { search } for  pid=1594 comm="pppd" name="lock" dev=tmpfs ino=7075 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308867014.479:48): avc:  denied  { read } for  pid=1594 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308867436.244:49): arch=40000003 syscall=5 success=yes exit=11 a0=397760 a1=800c2 a2=1a4 a3=397760 items=0 ppid=796 pid=1620 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308867436.244:49): avc:  denied  { search } for  pid=1620 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308867436.244:49): avc:  denied  { read } for  pid=1620 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308868314.540:68): arch=40000003 syscall=5 success=yes exit=11 a0=c52760 a1=800c2 a2=1a4 a3=c52760 items=0 ppid=796 pid=2298 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308868314.540:68): avc:  denied  { search } for  pid=2298 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308868314.540:68): avc:  denied  { read } for  pid=2298 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308868427.817:81): arch=40000003 syscall=10 success=yes exit=0 a0=c52760 a1=0 a2=c4b1cc a3=c99c1c items=0 ppid=796 pid=2298 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308868427.817:81): avc:  denied  { search } for  pid=2298 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308868427.817:81): avc:  denied  { read } for  pid=2298 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308868434.298:82): arch=40000003 syscall=5 success=yes exit=11 a0=a2b760 a1=800c2 a2=1a4 a3=a2b760 items=0 ppid=796 pid=2564 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308868434.298:82): avc:  denied  { search } for  pid=2564 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308869200.217:111): arch=40000003 syscall=5 success=no exit=-17 a0=850760 a1=800c2 a2=1a4 a3=850760 items=0 ppid=796 pid=3152 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308869200.217:111): avc:  denied  { search } for  pid=3152 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308869200.217:111): avc:  denied  { read } for  pid=3152 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308900388.641:229): arch=40000003 syscall=10 success=yes exit=0 a0=850760 a1=0 a2=8491cc a3=897c1c items=0 ppid=796 pid=3152 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308900388.641:229): avc:  denied  { search } for  pid=3152 comm="pppd" name="lock" dev=tmpfs ino=1233 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308900388.641:229): avc:  denied  { read } for  pid=3152 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308909374.887:48): arch=40000003 syscall=5 success=yes exit=11 a0=c50760 a1=800c2 a2=1a4 a3=c50760 items=0 ppid=758 pid=1584 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308909374.887:48): avc:  denied  { search } for  pid=1584 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308909374.887:48): avc:  denied  { read } for  pid=1584 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308916400.595:137): arch=40000003 syscall=10 success=yes exit=0 a0=c50760 a1=50dff4 a2=c491cc a3=c97c1c items=0 ppid=758 pid=1584 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308916400.595:137): avc:  denied  { search } for  pid=1584 comm="pppd" name="lock" dev=tmpfs ino=1159 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308916400.595:137): avc:  denied  { read } for  pid=1584 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308916587.057:52): arch=40000003 syscall=5 success=yes exit=11 a0=394760 a1=800c2 a2=1a4 a3=394760 items=0 ppid=792 pid=1966 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308916587.057:52): avc:  denied  { search } for  pid=1966 comm="pppd" name="lock" dev=tmpfs ino=1138 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308916587.057:52): avc:  denied  { read } for  pid=1966 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308931055.865:83): arch=40000003 syscall=10 success=yes exit=0 a0=394760 a1=0 a2=38d1cc a3=3dbc1c items=0 ppid=792 pid=1966 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308931055.865:83): avc:  denied  { search } for  pid=1966 comm="pppd" name="lock" dev=tmpfs ino=1138 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308931055.865:83): avc:  denied  { read } for  pid=1966 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308931414.555:86): arch=40000003 syscall=5 success=yes exit=11 a0=3ae760 a1=800c2 a2=1a4 a3=3ae760 items=0 ppid=792 pid=2862 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308931414.555:86): avc:  denied  { search } for  pid=2862 comm="pppd" name="lock" dev=tmpfs ino=1138 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308931414.555:86): avc:  denied  { read } for  pid=2862 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308946987.878:116): arch=40000003 syscall=10 success=yes exit=0 a0=3ae760 a1=0 a2=3a71cc a3=3f5c1c items=0 ppid=792 pid=2862 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308946987.878:116): avc:  denied  { search } for  pid=2862 comm="pppd" name="lock" dev=tmpfs ino=1138 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308946987.878:116): avc:  denied  { read } for  pid=2862 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308947310.088:120): arch=40000003 syscall=5 success=yes exit=11 a0=6c1760 a1=800c2 a2=1a4 a3=6c1760 items=0 ppid=792 pid=9866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308947310.088:120): avc:  denied  { search } for  pid=9866 comm="pppd" name="lock" dev=tmpfs ino=1138 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308947310.088:120): avc:  denied  { read } for  pid=9866 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308962884.733:53): arch=40000003 syscall=5 success=yes exit=11 a0=93a760 a1=800c2 a2=1a4 a3=93a760 items=0 ppid=745 pid=1888 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308962884.733:53): avc:  denied  { search } for  pid=1888 comm="pppd" name="lock" dev=tmpfs ino=1133 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308962884.733:53): avc:  denied  { read } for  pid=1888 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308963106.607:54): arch=40000003 syscall=10 success=yes exit=0 a0=93a760 a1=0 a2=9331cc a3=981c1c items=0 ppid=745 pid=1888 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308963106.607:54): avc:  denied  { search } for  pid=1888 comm="pppd" name="lock" dev=tmpfs ino=1133 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308963106.607:54): avc:  denied  { read } for  pid=1888 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998001.906:58): arch=40000003 syscall=5 success=yes exit=11 a0=7af760 a1=800c2 a2=1a4 a3=7af760 items=0 ppid=745 pid=2396 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998001.906:58): avc:  denied  { search } for  pid=2396 comm="pppd" name="lock" dev=tmpfs ino=1133 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308998001.906:58): avc:  denied  { read } for  pid=2396 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998158.774:48): arch=40000003 syscall=5 success=yes exit=11 a0=2cf760 a1=800c2 a2=1a4 a3=2cf760 items=0 ppid=756 pid=1468 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998158.774:48): avc:  denied  { search } for  pid=1468 comm="pppd" name="lock" dev=tmpfs ino=1161 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308998158.774:48): avc:  denied  { read } for  pid=1468 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998161.790:49): arch=40000003 syscall=10 success=yes exit=0 a0=2cf760 a1=0 a2=2c81cc a3=316c1c items=0 ppid=756 pid=1468 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998161.790:49): avc:  denied  { read } for  pid=1468 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998167.920:50): arch=40000003 syscall=5 success=yes exit=11 a0=d46760 a1=800c2 a2=1a4 a3=d46760 items=0 ppid=756 pid=1596 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998167.920:50): avc:  denied  { search } for  pid=1596 comm="pppd" name="lock" dev=tmpfs ino=1161 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1308998176.335:52): arch=40000003 syscall=5 success=yes exit=11 a0=d69760 a1=800c2 a2=1a4 a3=d69760 items=0 ppid=756 pid=1655 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998176.335:52): avc:  denied  { read } for  pid=1655 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998441.051:48): arch=40000003 syscall=5 success=yes exit=11 a0=c8b760 a1=800c2 a2=1a4 a3=c8b760 items=0 ppid=749 pid=1606 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998441.051:48): avc:  denied  { search } for  pid=1606 comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1308998441.051:48): avc:  denied  { read } for  pid=1606 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1308998574.672:53): arch=40000003 syscall=5 success=yes exit=11 a0=277760 a1=800c2 a2=1a4 a3=277760 items=0 ppid=749 pid=1943 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1308998574.672:53): avc:  denied  { search } for  pid=1943 comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1309002231.114:59): arch=40000003 syscall=5 success=yes exit=11 a0=9d0760 a1=800c2 a2=1a4 a3=9d0760 items=0 ppid=761 pid=1773 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002231.114:59): avc:  denied  { search } for  pid=1773 comm="pppd" name="lock" dev=tmpfs ino=1160 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309002231.114:59): avc:  denied  { read } for  pid=1773 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309002551.924:40): arch=40000003 syscall=5 success=yes exit=11 a0=6d9760 a1=800c2 a2=1a4 a3=6d9760 items=0 ppid=763 pid=1278 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002551.924:40): avc:  denied  { search } for  pid=1278 comm="pppd" name="lock" dev=tmpfs ino=7188 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309002551.924:40): avc:  denied  { read } for  pid=1278 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309002555.261:41): arch=40000003 syscall=10 success=yes exit=0 a0=6d9760 a1=0 a2=6d21cc a3=720c1c items=0 ppid=763 pid=1278 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002555.261:41): avc:  denied  { search } for  pid=1278 comm="pppd" name="lock" dev=tmpfs ino=7188 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=SYSCALL msg=audit(1309002615.182:51): arch=40000003 syscall=5 success=yes exit=11 a0=7bb760 a1=800c2 a2=1a4 a3=7bb760 items=0 ppid=763 pid=1648 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002615.182:51): avc:  denied  { search } for  pid=1648 comm="pppd" name="lock" dev=tmpfs ino=7188 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309002615.182:51): avc:  denied  { read } for  pid=1648 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309002834.710:56): arch=40000003 syscall=5 success=yes exit=11 a0=aa1760 a1=800c2 a2=1a4 a3=aa1760 items=0 ppid=763 pid=1987 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002834.710:56): avc:  denied  { search } for  pid=1987 comm="pppd" name="lock" dev=tmpfs ino=7188 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309002834.710:56): avc:  denied  { read } for  pid=1987 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309002897.232:60): arch=40000003 syscall=5 success=no exit=-17 a0=c4c760 a1=800c2 a2=1a4 a3=c4c760 items=0 ppid=763 pid=2259 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309002897.232:60): avc:  denied  { search } for  pid=2259 comm="pppd" name="lock" dev=tmpfs ino=7188 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309002897.232:60): avc:  denied  { read } for  pid=2259 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309142476.805:48): arch=40000003 syscall=5 success=yes exit=11 a0=d83760 a1=800c2 a2=1a4 a3=d83760 items=0 ppid=781 pid=1576 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309142476.805:48): avc:  denied  { search } for  pid=1576 comm="pppd" name="lock" dev=tmpfs ino=7175 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309142476.805:48): avc:  denied  { read } for  pid=1576 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309144577.371:150): arch=40000003 syscall=10 success=yes exit=0 a0=d83760 a1=0 a2=d7c1cc a3=dcac1c items=0 ppid=781 pid=1576 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309144577.371:150): avc:  denied  { search } for  pid=1576 comm="pppd" name="lock" dev=tmpfs ino=7175 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309144577.371:150): avc:  denied  { read } for  pid=1576 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file
type=SYSCALL msg=audit(1309144741.836:53): arch=40000003 syscall=5 success=yes exit=11 a0=948760 a1=800c2 a2=1a4 a3=948760 items=0 ppid=778 pid=1911 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="pppd" exe="/usr/sbin/pppd" subj=system_u:system_r:pppd_t:s0 key=(null)
type=AVC msg=audit(1309144741.836:53): avc:  denied  { search } for  pid=1911 comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=dir
type=AVC msg=audit(1309144741.836:53): avc:  denied  { read } for  pid=1911 comm="pppd" name="lock" dev=sda1 ino=279 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:var_lock_t:s0 tclass=lnk_file

Comment 7 Miroslav Grepl 2011-06-28 10:04:53 UTC
Ok, I believe your problem is

type=AVC msg=audit(1309144741.836:53): avc:  denied  { search } for  pid=1911
comm="pppd" name="lock" dev=tmpfs ino=1162 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:var_lock_t:s0 tclass=dir


Could you try to add the following local policy


# cat mypol.te
policy_module(mypol,1.0)

require{
 type pppd_t;
}

files_search_locks(pppd_t)



Then compile and install it

# make -f /usr/share/selinu/devel/Makefile
# semodule -i mypol.pp

Comment 8 Arif Tri Waluyo 2011-06-28 10:22:04 UTC
yes I can, but I prefer to wait for updates.

Comment 9 Miroslav Grepl 2011-06-28 15:10:12 UTC

*** This bug has been marked as a duplicate of bug 717161 ***


Note You need to log in before you can comment on or make changes to this bug.