[apparmor] [Bug 732837] Re: AF_TIPC not supported by parser when it is in the kernel

Steve Beattie sbeattie at ubuntu.com
Thu Mar 17 18:28:52 UTC 2011


Fix committed to trunk and to the apparmor-2.6 branch.

** Also affects: apparmor/2.6
   Importance: Undecided
       Status: New

** Changed in: apparmor/2.6
       Status: New => Fix Committed

** Changed in: apparmor/2.6
   Importance: Undecided => Medium

** Changed in: apparmor/2.6
    Milestone: None => 2.6.1

** Changed in: apparmor
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of AppArmor
Developers, which is the registrant for AppArmor.
https://bugs.launchpad.net/bugs/732837

Title:
  AF_TIPC not supported by parser when it is in the kernel

Status in AppArmor Linux application security framework:
  Fix Released
Status in AppArmor 2.6 series:
  Fix Committed

Bug description:
  If in python I do something like:
  s = socket.socket(socket.AF_TIPC, socket.SOCK_RDM, 0)

  I see this in the audit log:
  type=AVC msg=audit(1299788719.107:159859): apparmor="DENIED" operation="create" parent=17142 profile="/home/jamie/tmp/test-net.py" pid=17143 comm="test-net.py" family="tipc" sock_type="rdm" protocol=0

  If I then try to add rules for this in my profile:
    network tipc,
    network rdm,

  I get:
  $ sudo apparmor_parser -r -T -W /etc/apparmor.d/home.jamie.tmp.test-net.py
  AppArmor parser error for /etc/apparmor.d/home.jamie.tmp.test-net.py in /etc/apparmor.d/home.jamie.tmp.test-net.py at line 39: Invalid network entry.

  Leaving out the 'network tipc,' rule, but leaving 'rdm', the parser is ok, but I still get denials:
  type=AVC msg=audit(1299789277.284:159863): apparmor="DENIED" operation="create" parent=17339 profile="/home/jamie/tmp/test-net.py" pid=17340 comm="test-net.py" family="tipc" sock_type="rdm" protocol=0



More information about the AppArmor mailing list