~mardy/signon/lp1415492-rtm

« back to all changes in this revision

Viewing changes to lib/plugins/SignOn/uisessiondata_priv.h

  • Committer: CI bot
  • Author(s): Alberto Mardegan
  • Date: 2014-11-27 10:53:03 UTC
  • mfrom: (621.1.3 packaging)
  • Revision ID: ps-jenkins@lists.canonical.com-20141127105303-vy4hkvm75iyuqknv
Merge from upstream

Do not bypass the ACL checks if the Identity has no owner. Fixes: #1378660, #1392380
Approved by: PS Jenkins bot, David Barth

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
/* Process ID of the client application */
70
70
#define SSOUI_KEY_PID               QLatin1String("Pid")
 
71
/* Application ID (security context) of the client application */
 
72
#define SSOUI_KEY_APP_ID            QLatin1String("AppId")
71
73
 
72
74
#define SSOUI_KEY_SLOT_ACCEPT  "accept"
73
75
#define SSOUI_KEY_SLOT_REJECT  "reject"