Comment 5 for bug 1338420

Revision history for this message
XiaoGuo, Liu (liu-xiao-guo) wrote :

Hi,

The policy is defined as:

{
"policy_groups": [],
"policy_version": 1.1,
"template": "unconfined"
}

and run my app directly, it shows the IMEI number. Then

root@ubuntu-phablet:/var# grep DEN /var/log/syslog
root@ubuntu-phablet:/var#

Nothing is shown after checking the syslog. Then,

root@ubuntu-phablet:/var# sudo sysctl -w kernel.printk_ratelimit=0
kernel.printk_ratelimit = 0

root@ubuntu-phablet:/var# grep DEN /var/log/syslog
root@ubuntu-phablet:/var# grep DEN /var/log/syslog
root@ubuntu-phablet:/var# grep DEN /var/log/syslog
root@ubuntu-phablet:/var# sudo sysctl -w kernel.printk_ratelimit=0
kernel.printk_ratelimit = 0
root@ubuntu-phablet:/var# sudo sysctl -w kernel.printk_ratelimit=0
kernel.printk_ratelimit = 0
root@ubuntu-phablet:/var# grep DEN /var/log/syslog
root@ubuntu-phablet:/var#

Nothing is shown again. If I change the policy to the normal one, it does not show the IMEI number at all. Is it because I did not define the correct policy group?

Thanks & best regards,
XiaoGuo