Ubuntu Pastebin

Paste from Shuduo Sang at Tue, 4 Oct 2016 12:53:00 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$ snappy-debug.security scanlog
sysctl: permission denied on key 'kernel.printk_ratelimit'
= AppArmor =
Time: Oct  4 20:52:28
Log: apparmor="DENIED" operation="capable" profile="snap.connman.connman" pid=8492 comm="ConnMan" capability=1  capname="dac_override"
Capability: dac_override
Suggestions:
* adjust program to not require 'CAP_DAC_OVERRIDE' (see 'man 7 capabilities')
* add one of 'log-observe' to 'plugs'
* do nothing if program otherwise works properly

= AppArmor =
Time: Oct  4 20:52:28
Log: apparmor="DENIED" operation="open" profile="snap.connman.connman" name="/home/shuduo/work/connman/ListOfServers.txt" pid=8492 comm="ConnMan" requested_mask="rac" denied_mask="rac" fsuid=0 ouid=0
File: /home/shuduo/work/connman/ListOfServers.txt (write)
Suggestion:
* adjust program to write to $SNAP_DATA, $SNAP_COMMON, $SNAP_USER_DATA or $SNAP_USER_COMMON

= AppArmor =
Time: Oct  4 20:52:28
Log: apparmor="DENIED" operation="open" profile="snap.connman.connman" name="/home/shuduo/work/connman/ListOfServers.txt" pid=8492 comm="ConnMan" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
File: /home/shuduo/work/connman/ListOfServers.txt (read)
Suggestion:
* adjust program to read necessary files from $SNAP, $SNAP_DATA, $SNAP_COMMON, $SNAP_USER_DATA or $SNAP_USER_COMMON
Download as text