diff -Nru apparmor-easyprof-ubuntu-1.1.13/data/policygroups/ubuntu/1.1/webview apparmor-easyprof-ubuntu-1.1.14/data/policygroups/ubuntu/1.1/webview --- apparmor-easyprof-ubuntu-1.1.13/data/policygroups/ubuntu/1.1/webview 2014-04-02 09:16:08.000000000 -0500 +++ apparmor-easyprof-ubuntu-1.1.14/data/policygroups/ubuntu/1.1/webview 2014-04-03 15:44:22.000000000 -0500 @@ -4,6 +4,9 @@ # UbuntuWebview /usr/share/qtdeclarative5-ubuntu-ui-extras-browser-plugin/** r, + ptrace (trace) peer=@{profile_name}, + signal peer=@{profile_name}//oxide_helper, + # LP: #1260090 - when this bug is fixed, oxide_renderer can become a # child profile of this profile, then we'll use Cx here and Px in # chrome_sandbox. Ideally, chrome-sandbox and oxide-renderer would ship @@ -96,7 +99,10 @@ capability setuid, capability dac_override, capability sys_chroot, + capability sys_ptrace, + ptrace (read, readby), + signal peer=@{APP_PKGNAME}_*_@{APP_VERSION}, # LP: #1260115 owner @{PROC}/[0-9]*/oom_adj w, diff -Nru apparmor-easyprof-ubuntu-1.1.13/debian/changelog apparmor-easyprof-ubuntu-1.1.14/debian/changelog --- apparmor-easyprof-ubuntu-1.1.13/debian/changelog 2014-04-02 09:13:06.000000000 -0500 +++ apparmor-easyprof-ubuntu-1.1.14/debian/changelog 2014-04-03 15:49:35.000000000 -0500 @@ -1,3 +1,10 @@ +apparmor-easyprof-ubuntu (1.1.14) trusty; urgency=medium + + * 1.1/webview: update for ptrace and signal mediation (LP: #1298611) + * debian/control: Depends on apparmor >= 2.8.95~2430-0ubuntu4 + + -- Jamie Strandboge Thu, 03 Apr 2014 15:19:23 -0500 + apparmor-easyprof-ubuntu (1.1.13) trusty; urgency=medium * 1.1/webview (LP: #1301351) diff -Nru apparmor-easyprof-ubuntu-1.1.13/debian/control apparmor-easyprof-ubuntu-1.1.14/debian/control --- apparmor-easyprof-ubuntu-1.1.13/debian/control 2014-03-25 07:42:26.000000000 -0500 +++ apparmor-easyprof-ubuntu-1.1.14/debian/control 2014-04-03 15:49:11.000000000 -0500 @@ -8,7 +8,7 @@ Package: apparmor-easyprof-ubuntu Architecture: all -Depends: ${misc:Depends}, apparmor (>= 2.8.0-0ubuntu26) +Depends: ${misc:Depends}, apparmor (>= 2.8.95~2430-0ubuntu4) Description: AppArmor easyprof templates for Ubuntu Provides AppArmor easyprof templates and policygroups suitable for use with the Ubuntu app ecosystem.