Skip to content
  • Frédéric Dalleau's avatar
    Ignore spurious apparmor error · 10c7cf49
    Frédéric Dalleau authored
    
    
    In some cases, hcitool is denied net_admin capability, however, it
    does not prevent the underlying bluetooth test to execute properly.
    When this happens the following apparmor error is logged:
    apparmor=DENIED operation=capable
    	profile=/usr/bin/hcitool pid=796 comm=hcitool
    	capability=12 capname=net_admin
    This patch adds this error to the list of alternative happy endings.
    
    Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
    10c7cf49