← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~renatofilho/ubuntu-calendar-app/fix-1563742 into lp:ubuntu-calendar-app

 

Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-calendar-app/fix-1563742 into lp:ubuntu-calendar-app.

Commit message:
dded /etc/writable/timezone as read path on apparmor file.

This is necessary by qtorganizer5-eds to retrieve device timezone.

Requested reviews:
  Jenkins Bot (ubuntu-core-apps-jenkins-bot): continuous-integration
  Ubuntu Calendar Developers (ubuntu-calendar-dev)
Related bugs:
  Bug #1563742 in Ubuntu Calendar App: "Calendar date-times incoherences when DST occurs on 27th March"
  https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1563742

For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-calendar-app/fix-1563742/+merge/290901
-- 
Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-calendar-app/fix-1563742 into lp:ubuntu-calendar-app.
=== modified file 'click/calendar.apparmor'
--- click/calendar.apparmor	2016-03-03 21:42:08 +0000
+++ click/calendar.apparmor	2016-04-04 17:29:23 +0000
@@ -7,4 +7,7 @@
         "push-notification-client"
     ],
     "policy_version": 1.3
+    "read_path": [
+        "/etc/writable/timezone"        	
+    ]
 }


References