[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name="org.freedesktop.Application"

2021-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name="org.freedesktop.Application"

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  Confirmed

Bug description:
  apparmor="DENIED" operation="dbus_bind"  bus="session"
  name="org.freedesktop.Application" mask="bind" pid=NNN
  profile="com.ubuntu.gallery_gallery_2.9.1.1084"

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2015-04-20 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
Milestone: ubuntu-15.04 = later

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2015-02-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2015-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.1.1403+15.04.20150206-0ubuntu1

---
ubuntu-ui-toolkit (1.1.1403+15.04.20150206-0ubuntu1) vivid; urgency=medium

  [ Albert Astals Cid ]
  * Adapt to behaviour change in handling of QVariants from QML to
C++ in Qt 5.4
  * Don't use Qt::PopupFocusReason to change the focus Even if it
is the correct reason QtQuick is since 5.4 ignoring  focus changes
due to PopupFocusReason. Fixes LP: #1395014.
  * Fix test failure with Qt 5.4 ExpandablesColumn::test_expandedItem()
In Qt 5.4 an alias to a null variable is correctly null instead of
undefined like it was in 5.3, since we still want 5.3 support i'm
conveting it to a verify with ==  that uses JS loose comparison to
accept both null and undefined. Fixes LP: #1395012.

  [ Alexandre Abreu ]
  * Remove the unecessary DBUS bindingi to global address
org.freedesktop.Application by the UriHAndler. It actually fails
for confined apps and the uri-dispatcher anyway does not work by
directly calling into the exposed well known names exposed on
the bus as TEd explains here LP: #1342129  but by directly calling
 into the process dbus connection. Fixes LP: #1378823.

  [ Benjamin Zeller ]
  * Fix scripts to work in shadowbuild mode.
  * Shadowbuild support for ubuntu-ui-toolkit.

  [ Christian Dywan ]
  * Abort export_modules_dir.sh and ergo run_tests.sh if binaries are
absent. Fixes LP: #1415973.
  * Asterisk are needed for cp -R.
  * Ensure adb is running (and fallback arch if dpkg-dev is missing).
Fixes LP: #1417997.
  * Get arch for push_to_phone.sh from device and handle adb refusal.
  * Implement and unit-test i18n.(c)tag. Fixes LP: #1417031.
  * Print component creation errors in popupUtils.open.
Fixes LP: #1418507.
  * Use correct unfocussed text field color. Fixes LP: #1396062.

  [ Daniel d'Andrada ]
  * Refactor OrientationHelper Simplify animation code and make it
more robust. It now survives changes in Screen.primaryOrientation
and Screen.orientation happening one right after the other.

  [ Daniel Holbach ]
  * Fix broken link to developer site.

  [ Giulio Collura ]
  * This is a bugfix for bug LP: #1341814 and bug LP: #1400297.
Essentially we have to force the removal of the previous
'contents' item by removing its parent. This way we ensure that
the contents are correctly hidden, focused and removed, without
destroying them.

  [ Loïc Molinari ]
  * Removed unused variables breaking debug builds.

  [ Michael Sheldon ]
  * Only use stableOrientationAngleTimer in the OrientationHelper when
the orientationAngle has been set automatically.
Fixes LP: #1409027.

  [ Niklas Wenzel ]
  *  Fixes LP: #1395118

  [ nskaggs ]
  * Re-add autopilot helper documentation and update. Fixes
LP: #1409778, LP: #1410477.

  [ Tim Peeters ]
  * Add a preview of the new list items to the UITK component gallery.
  * Add performance test for MainView.
  * Clean python code to follow pep257 standards.
  * Fix incorrect header contents width when navigating back from a
page with a lot of actions. Fixes LP: #1408481.
  * Split up MainView in MainView and MainViewBase. Move docs to
MainView.qdoc.
  * Use objectName for the MainViews in our autopilot tests.

  [ Zoltán Balogh ]
  * Added Dialog CPO to test if OSK pushes up the the dialog.
  * Update the test plan and fix the PPA string in case it contains
backslash.

  [ Zsombor Egri ]
  * CPOs
  * Include ServiceProperties component into the module and the
missing test case - inclusion messed up due to broken mainline in
the previous branch. Fixes LP: #1391877.
  * Introducing action property in ListItem.
Fixes LP: #1362305, LP: #1369935.
  * Introducing pressAndHold signal into ListItem.
  * ListItem highlight is driven also by the connection of a slot to
the clicked() signal. This will also be applied when pressAndHold
signal will be introduced. Fixes LP: #1399025.
  * Small refactoring to follow upstream concept on naming attached
properties. Panels visualising ListItemActions are owned by
ListItem and not being shared by the ListItemActiomns. In this way
the same ListItemActions instance can be used on both leading and
trailing side. Fixes LP: #1403005.
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 06 Feb 2015 
11:33:33 +

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application 

[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2015-01-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-11-24 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in Ubuntu UI Toolkit:
  Triaged
Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-11-24 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-23 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
Milestone: None = ubuntu-15.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Bill Filler
** Changed in: gallery-app (Ubuntu)
 Assignee: (unassigned) = Arthur Mello (artmello)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “gallery-app” package in Ubuntu:
  New

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Jamie Strandboge
Note, the apparmor-easyprof-ubuntu task does not need to be fixed in
ota.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Jamie Strandboge
Adding apparmor-easyprof-ubuntu task. When this bug is fixed, I can
remove the workaround explicit denials that are in place for webapps.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Jamie Strandboge
Per Alex, this actually doesn't affect the app and needs a fix to
ubuntu-ui-toolkit. Retargeting and reducing priority.

** Changed in: gallery-app (Ubuntu)
 Assignee: Arthur Mello (artmello) = Alexandre Abreu (abreu-alexandre)

** Changed in: gallery-app (Ubuntu)
   Importance: Critical = High

** Changed in: gallery-app (Ubuntu)
   Status: New = Triaged

** Package changed: gallery-app (Ubuntu) = ubuntu-ui-toolkit (Ubuntu)

** Also affects: apparmor-easyprof-ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Jamie Strandboge
Adding apparmor-easyprof-ubuntu task. When this bug is fixed, I can
remove the workaround explicit denials for this.

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Importance: Undecided = Low

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name=org.freedesktop.Application

2014-10-08 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/ubuntu-ui-toolkit/fix-urihandler-
register-service

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1378823

Title:
  apparmor denial for bind on name=org.freedesktop.Application

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  apparmor=DENIED operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=NNN
  profile=com.ubuntu.gallery_gallery_2.9.1.1084

  This looks to be similar to bug #1342129 and bug #1357371, but for the
  gallery. We won't be adding a rule to apparmor-easyprof-ubuntu to bind
  on org.freedesktop.Application because we can't mediate dbus message
  contents and adding this rule would mean apps could bind on each
  other's names. I'm not sure why the gallery app is doing this, but you
  may want to see the comments in bug 1342129 on how the webapps team
  solved this.

  Marking priority as Critical since this is likely representing broken
  functionality and ota-1 since it is unlikely it can be fixed in time
  for rtm. Please feel free to adjust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1378823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp