platform/core/security/askuser.git
6 years agoRemove coregl dependency 81/176681/4
Zofia Grzelewska [Fri, 20 Apr 2018 16:05:55 +0000 (18:05 +0200)]
Remove coregl dependency

Change-Id: I300ff54e8f4aefcd908f2fb53706e31d5eb39549

6 years agoFix UI: elm_language_set should be called after elm_init 71/176671/4
Tomasz Swierczek [Fri, 20 Apr 2018 12:46:20 +0000 (14:46 +0200)]
Fix UI: elm_language_set should be called after elm_init

Change-Id: I734c0657a348c9ad72a8188bc6f8d04f36cfb4bb

6 years agoFix return value check from privilege_db_manager_get_mapped_privilege_list 11/176311/10
Tomasz Swierczek [Wed, 18 Apr 2018 08:58:22 +0000 (10:58 +0200)]
Fix return value check from privilege_db_manager_get_mapped_privilege_list

The API in its documentation returns PRIVILEGE_DB_MANAGER_ERR_NONE, not
PRVMGR_ERR_NONE

Change-Id: Ia8683f729747af2d75277ca2da8e7903189f9364

6 years agoRemoved unused files 92/176492/1
Zofia Grzelewska [Thu, 19 Apr 2018 13:23:00 +0000 (15:23 +0200)]
Removed unused files

Agent code is not used not built anymore. This commit deletes it.

Change-Id: I93d054707ced2622a9317a8e34620232a288e2a3

6 years agoFix includes in Po.cpp 28/176428/2
Tomasz Swierczek [Thu, 19 Apr 2018 07:01:35 +0000 (09:01 +0200)]
Fix includes in Po.cpp

This file uses logging, should explicitly include logging header.

Change-Id: I91182c2ed26e75592ee91316a4ff6b1181fa15ed

6 years agoReturn ALLOW for non privacy privileges 12/171312/14
Zofia Grzelewska [Tue, 27 Feb 2018 15:27:14 +0000 (16:27 +0100)]
Return ALLOW for non privacy privileges

When application checks/requests permission for given privilege,
return ALLOW when this privilege is requested by application
in manifest, but isn't privacy for it.

Change-Id: Ia36478fce3b9737589c2c130b9247ee3e7a89143

6 years agoModify wearable layout 99/174899/2
Yunjin Lee [Wed, 4 Apr 2018 08:00:26 +0000 (17:00 +0900)]
Modify wearable layout

-Fixed that the text is displayed as shifted to the right side

Change-Id: I24d6a6cff8fc2447b3d1080aa643c28f4d92d546
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
6 years agoFix identifying application id 79/175479/1
Zofia Grzelewska [Tue, 10 Apr 2018 12:20:29 +0000 (14:20 +0200)]
Fix identifying application id

Both identifyApp and getOwnAppId were incorrectly implemented
and return empty string for hybrid applications.

Change-Id: I80b214865df80cd56ebdcf416c1faeaeb74abb90

6 years agoAdd text for screen reader to buttons. 00/173400/1
jin-gyu.kim [Wed, 21 Mar 2018 07:53:35 +0000 (16:53 +0900)]
Add text for screen reader to buttons.

There was no text for screen reader in buttons of wearable, because
those are implemented as picture.
But, screen reader should tell appropriate texts for each buttons.
So, add texts for screen reader using elementary API.

Change-Id: Id4f131f794007b72269410516578ffa888258422

6 years agoRelease 0.3.3 40/172040/2 accepted/tizen/unified/20180320.141505 submit/tizen/20180320.104353
Tomasz Swierczek [Fri, 9 Mar 2018 06:30:12 +0000 (07:30 +0100)]
Release 0.3.3

* Change of socket path to /run/user/<UID>
* Add timer to stop askuser-notification after being idle
* Let client create one connection per one request

Change-Id: I7a2b0853934881eba56eb615ef34faae5ea3d4dc

6 years agoChange of socket path to /run/user/<UID> 39/172039/3
Tomasz Swierczek [Fri, 9 Mar 2018 06:18:26 +0000 (07:18 +0100)]
Change of socket path to /run/user/<UID>

/run/user is accessible to service daemons in Tizen platform.
This change is only for Tizen 5.0.

Change-Id: I32494b6e2c27dcf8dcbb7820debcd9341d505a9a

6 years agoAdd timer to stop askuser-notification after being idle 05/168605/8
Zofia Grzelewska [Mon, 29 Jan 2018 17:37:40 +0000 (18:37 +0100)]
Add timer to stop askuser-notification after being idle

Timer is set for 1 seconds and if triggered and no event is
to process for askuser-notification, then whole service is shutdown.

Change-Id: I049e091494859d290232b6d10dc7f03a36442825

6 years agoLet client create one connection per one request 70/168870/9
Piotr Sawicki [Wed, 31 Jan 2018 10:51:07 +0000 (11:51 +0100)]
Let client create one connection per one request

Change-Id: I220c399d125f3de70490855c3c4fe08a2958b3eb

6 years agoRelease version 0.3.2 00/171100/2 accepted/tizen/4.0/unified/20180305.062839 submit/tizen_4.0/20180228.125915
Tomasz Swierczek [Mon, 26 Feb 2018 12:57:32 +0000 (13:57 +0100)]
Release version 0.3.2

Code cleanup & formatting fixes
Check if path isn't too long before copying to sock path
Return DENY when application has no policy for given privacy privilege
Update popup message according to the UX guide

Change-Id: I815884d1c29f56e5cd98cba1b653869a95270169

6 years agoCode cleanup 04/168604/2
Zofia Grzelewska [Mon, 29 Jan 2018 17:32:02 +0000 (18:32 +0100)]
Code cleanup

* Move common code after branches
* Use alias

Change-Id: I7676c94c88b7fb3e1d206f937068b92138348896

6 years agoCheck if path isn't too long before copying to sock path 00/170700/4
Zofia Grzelewska [Wed, 21 Feb 2018 12:03:50 +0000 (13:03 +0100)]
Check if path isn't too long before copying to sock path

This fixes possible buffer overflow, when path is copied to sun_path
without size check.

Change-Id: Ib63d885d3eea3bc8441354d8143acba47276eb1b

6 years agoMerge "Return DENY when application has no policy for given privacy privilege" into...
Tomasz Swierczek [Fri, 23 Feb 2018 06:10:12 +0000 (06:10 +0000)]
Merge "Return DENY when application has no policy for given privacy privilege" into tizen

6 years agoFix missing spaces after keywords 01/170701/2
Zofia Grzelewska [Wed, 21 Feb 2018 13:26:34 +0000 (14:26 +0100)]
Fix missing spaces after keywords

Fix code style - missing spaces after 'switch','which'
and 'if' keywords.

Change-Id: I51449bdc574fa8f474974faeeb1f93d29b100c81

6 years agoReturn DENY when application has no policy for given privacy privilege 01/169401/3
Zofia Grzelewska [Tue, 6 Feb 2018 09:01:04 +0000 (10:01 +0100)]
Return DENY when application has no policy for given privacy privilege

When application has no policy set in privacy bucket, return
DENY inside checkPermission. This will be also returned in case
of privileges declared in application manifests, because currently
askuser cannot differentiate these two cases.

Change-Id: I9a177bdd9cc2e107dff973c5328263f23c31a0a4

6 years agoUpdate popup message according to the UX guide 41/168241/1
Yunjin Lee [Thu, 25 Jan 2018 06:50:47 +0000 (15:50 +0900)]
Update popup message according to the UX guide

Change-Id: I339af0848cdefd1ff5e4b08f93f1ea3f5e966612
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
6 years agoRelease version 0.3.1 56/167456/1 accepted/tizen/unified/20180119.133747 submit/tizen/20180117.202200
Dariusz Michaluk [Wed, 17 Jan 2018 20:26:28 +0000 (21:26 +0100)]
Release version 0.3.1

Change-Id: If40f2736a3f63a4b08f73c865b9a14d559430030

6 years agoFix changes file 86/163486/2
Zofia Grzelewska [Mon, 11 Dec 2017 12:16:51 +0000 (13:16 +0100)]
Fix changes file

Changes file wasn't updated with the last release.
Also fixed one missing entry in previous one.

Change-Id: If40239262335f0b55f477474255886de2fc6a718

6 years agoAdjust to sm policy entries free function fix 42/162642/3
Zofia Grzelewska [Mon, 4 Dec 2017 15:35:53 +0000 (16:35 +0100)]
Adjust to sm policy entries free function fix

New security-manager function signature changes parameter
type to proper policy_entry **.

Change-Id: I34d726b1c9cfdc3c8eafff9afe8993bf59a5246e

6 years agoRemove notification dependency 41/162641/2
Zofia Grzelewska [Mon, 4 Dec 2017 15:35:07 +0000 (16:35 +0100)]
Remove notification dependency

Change-Id: I0f5d641320262b6817f4a325acee8520eeafc7ae

6 years agoRelease version 0.3.0 30/163130/1 accepted/tizen/4.0/unified/20171208.061729 accepted/tizen/unified/20171208.170343 submit/tizen/20171207.095304 submit/tizen_4.0/20171207.095329 tizen_4.0.IoT.p2_release
Zofia Grzelewska [Thu, 7 Dec 2017 09:31:47 +0000 (10:31 +0100)]
Release version 0.3.0

Add support for privileges mapping. Now one request
permission can trigger multiple privacy popups
connected with how given privilege maps to core privileges.

Add C# test application for manual PPM API tests.

Change-Id: I7e792a4c092800a6d736b589b2a87e3b6bab7b8d

6 years agoEnhance logs 62/162362/3
Zofia Grzelewska [Thu, 30 Nov 2017 09:55:17 +0000 (10:55 +0100)]
Enhance logs

Change-Id: I2f92b9d1eae7c597fb1411b26f3be5393fb4c80c

6 years agoDon't set policy for privileges not in application manifest 43/162043/3
Zofia Grzelewska [Tue, 28 Nov 2017 15:40:24 +0000 (16:40 +0100)]
Don't set policy for privileges not in application manifest

Policy is checked/set for those privacy privileges,
which had any policy in privacy bucket for given user
and application.

Change-Id: Ica8bf4a9b753418ab5517194e047b83343903686

6 years agoDon't show popups to allowed priviacies 42/162042/4
Zofia Grzelewska [Tue, 28 Nov 2017 15:22:20 +0000 (16:22 +0100)]
Don't show popups to allowed priviacies

When one of privacies, to which privilege is mapped,
is already allowed, don't show popup for it. This may
lead to inconsistency - when user chooses deny once,
the policy is not set and user thinks that application
cannot use this privacy, but it is allowed.

Change-Id: Id3509c7b33e6f2e4bf47340e1a2e368946e96ca1

6 years agoSupport privilege mapping to multiple privacies 04/161304/10
Zofia Abramowska [Thu, 16 Nov 2017 16:54:17 +0000 (17:54 +0100)]
Support privilege mapping to multiple privacies

Add different root types of application: EXTENDED and SKEL.
This is connected with new places, where application can put
its own files.

Change-Id: I9f3db1523d0121dc6d094713a992a71b490c1976

6 years agoFix UI issue : Set text after setting style 95/158695/3
Yunjin Lee [Thu, 2 Nov 2017 11:44:12 +0000 (20:44 +0900)]
Fix UI issue : Set text after setting style

- Set text after setting object's style.
  Otherwise, long text of wearable UI is displayed in 1 line
  and it cuts head and tail of the string hence
  the user could not see whole string.
  Fix it to be displayed in multiline.

Change-Id: I749c04d6e1a7b49ebf4131adb3d39288ee907685
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
6 years agoAdd C# test app for PrivacyPrivilegeManager 45/159545/3
Piotr Sawicki [Thu, 9 Nov 2017 14:15:18 +0000 (15:15 +0100)]
Add C# test app for PrivacyPrivilegeManager

Change-Id: I73480c06c35b061de2500ab4820e93972beb7d9c

6 years agoRelease version 0.2.1 90/150790/2 accepted/tizen/4.0/unified/20170920.081734 accepted/tizen/unified/20170922.194239 submit/tizen/20170919.093121 submit/tizen_4.0/20170918.152308 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
Zofia Abramowska [Mon, 18 Sep 2017 14:21:11 +0000 (16:21 +0200)]
Release version 0.2.1

Fix SVACE defects and add test application for C API

Change-Id: If44840911678c6a4707b112f96c9494dc21ca678

6 years agoFix displaying SM nullptr error 71/150471/2
Zofia Abramowska [Fri, 15 Sep 2017 16:06:35 +0000 (18:06 +0200)]
Fix displaying SM nullptr error

Change-Id: I9b7521adb8bbd1d0c5c67a9e4db29112bfa0c95d

6 years agoAdd new application for testing the CAPI. 22/141622/9
Pawel Kowalski [Tue, 25 Jul 2017 11:34:23 +0000 (13:34 +0200)]
Add new application for testing the CAPI.

The app is written in Tizen Studio 4.0 and is based on the
example 'Account Manager' for profile mobile-4.0.

Change-Id: Id05dda75cde1a20e80d7a7743f3df8b3e148e571

6 years agoChange installation of plugins 42/142042/1 accepted/tizen/4.0/unified/20170816.011810 accepted/tizen/4.0/unified/20170816.014935 accepted/tizen/4.0/unified/20170829.020310 accepted/tizen/unified/20170803.075403 submit/tizen/20170802.093049 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004 submit/tizen_4.0_unified/20170814.115522
Zofia Abramowska [Wed, 2 Aug 2017 09:02:03 +0000 (11:02 +0200)]
Change installation of plugins

Install *.so files instead of directory.

Change-Id: I15f691b9e26749b1d877b9e64bdbe740f400d8e4

6 years agoRelease version 0.2.0 22/141022/1 submit/tizen/20170727.154157
Zofia Abramowska [Thu, 27 Jul 2017 14:08:55 +0000 (16:08 +0200)]
Release version 0.2.0

This release changes whole architecture of askuser.
Askuser is no longer a cynara agent, but a pair of client
and service providing API for privacy privilege permission
requests.

Change-Id: Id8e865e2558fb64b5f1752430c90155c1e0f09f0

6 years agoMerge remote-tracking branch 'origin/privacy-popup-issue' into tizen 44/140844/1
Zofia Abramowska [Wed, 26 Jul 2017 15:12:20 +0000 (17:12 +0200)]
Merge remote-tracking branch 'origin/privacy-popup-issue' into tizen

Change-Id: If994debbb93bdd4e3f69ad91eb2b69a7f78fe539

6 years agoProtect from passing zero-length privileges to API 19/140319/5 privacy-popup-issue
Piotr Sawicki [Mon, 24 Jul 2017 11:59:31 +0000 (13:59 +0200)]
Protect from passing zero-length privileges to API

Change-Id: I33c076339812e9bb0dedec047112793be90aaf5a

6 years agoAdd auto mode to the CAPI test app 18/140318/4
Piotr Sawicki [Mon, 24 Jul 2017 11:30:06 +0000 (13:30 +0200)]
Add auto mode to the CAPI test app

The client sends randomly generated privilege at random intervals
of time. The server responds with 'deny once' to all pending requests
also at random intervals. This mode allows to perform stress tests of
the IPC module.

Change-Id: I52aa284fef5d50daec6831b02f3bc34a6679d12a

6 years agoNotify logic of popup response from popupper 27/140327/3
Zofia Abramowska [Mon, 24 Jul 2017 12:13:57 +0000 (14:13 +0200)]
Notify logic of popup response from popupper

Change-Id: Idf46c6b9f1a761bfdf7af25dcce06f9a13d0f7e0

6 years agoFix accessor types of channels methods 68/140068/2
Zofia Abramowska [Fri, 21 Jul 2017 17:01:30 +0000 (19:01 +0200)]
Fix accessor types of channels methods

* Channel : move onAccept, onClose, onReceive, onSend to protected
* ServerChannel, ClientChannel : move above methods to private

Change-Id: If689984a5de7cc40fb6df4b8c6f79e3328664f3e

6 years agoMerge "Show popup only for "Ask user" policy" into privacy-popup-issue
Zofia Abramowska [Fri, 21 Jul 2017 15:16:25 +0000 (15:16 +0000)]
Merge "Show popup only for "Ask user" policy" into privacy-popup-issue

6 years agoMerge "Fix ServerCallbacks" into privacy-popup-issue
Zofia Abramowska [Fri, 21 Jul 2017 15:16:19 +0000 (15:16 +0000)]
Merge "Fix ServerCallbacks" into privacy-popup-issue

6 years agoMove the src/capi/doc folder to the main project folder 98/139998/3
Piotr Sawicki [Fri, 21 Jul 2017 08:15:16 +0000 (10:15 +0200)]
Move the src/capi/doc folder to the main project folder

According to ACR requirements, the doc folder has to be located
in the main project folder.

Change-Id: Iae208d2747dd41e051ad94ba16be9eb19aa908b9

6 years agoClarify the CAPI documentation 17/139917/5
Piotr Sawicki [Fri, 21 Jul 2017 04:59:52 +0000 (06:59 +0200)]
Clarify the CAPI documentation

There are devices that don't have the hardware back
and home buttons. Descriptions of enums have been simplified.
Fix typos and other mistakes.

Change-Id: I7db5311934717d04d91820b1c95550f5488c969a

6 years agoShow popup only for "Ask user" policy 32/139832/1
Zofia Abramowska [Thu, 20 Jul 2017 14:30:15 +0000 (16:30 +0200)]
Show popup only for "Ask user" policy

Change-Id: Id0e2b9fb13f8b06ad39668e623d35034ee89c52e

6 years agoFix ServerCallbacks 31/139831/1
Zofia Abramowska [Thu, 20 Jul 2017 13:30:50 +0000 (15:30 +0200)]
Fix ServerCallbacks

* add missing include
* remove unused member m_popupper

Change-Id: I64f095349ecc7fdd4c09c43e729287d11a23072c

6 years agoFix doxygen documentation after renaming ipc files 15/139815/1
Piotr Sawicki [Thu, 20 Jul 2017 12:21:29 +0000 (14:21 +0200)]
Fix doxygen documentation after renaming ipc files

Change-Id: Ia3f34fc1af0a0605d19638ff2bee54d3e03f685f

6 years agoTailor CAPI to meet the requirements of ACR 02/139602/13
Piotr Sawicki [Wed, 19 Jul 2017 11:53:34 +0000 (13:53 +0200)]
Tailor CAPI to meet the requirements of ACR

* Adjust doxygen documentation
* Change names of functions and enums in CAPI
* Adapt the source code to the above changes

Change-Id: Iaa2bb8817305c755fb9164a2a8013bff8b509723

6 years agoAdd a guide for CAPI 09/139509/9
Piotr Sawicki [Wed, 19 Jul 2017 07:34:49 +0000 (09:34 +0200)]
Add a guide for CAPI

Change-Id: I9ba183a703e8e73dab22de44b22afe6eeda1f1db

6 years agoFix popping from empty queue 36/139536/1
Zofia Abramowska [Wed, 19 Jul 2017 08:40:26 +0000 (10:40 +0200)]
Fix popping from empty queue

Change-Id: Iba4ced7ae4ddceb3a8a8922bf95b51775d19fe9f

6 years agoBring back missing manifest from test rpm 86/139386/1
Zofia Abramowska [Tue, 18 Jul 2017 15:34:01 +0000 (17:34 +0200)]
Bring back missing manifest from test rpm

Change-Id: Iedb062e8ce2fcd0e177806483772ca870926eb4c

6 years agoMake the CAPI documentation more consistent 65/139165/3
Piotr Sawicki [Mon, 17 Jul 2017 14:33:52 +0000 (16:33 +0200)]
Make the CAPI documentation more consistent

Change-Id: I3c7048d8ec9a568f6125f25d17e4cda64a1cee9b

6 years agoAdd the 'privilege' parameter to popup response callback 64/139164/3
Piotr Sawicki [Mon, 17 Jul 2017 13:54:18 +0000 (15:54 +0200)]
Add the 'privilege' parameter to popup response callback

Apart from that, a protection against sending multiple requests
with the same privilege has been added. A new status code:
PRIVACY_PRIVILEGE_MANAGER_ERROR_ALREADY_IN_PROGRESS informs
an application when the above error occurs.

Change-Id: Ifb2397c99452d56f7327f0be3f54ce33b766488f

6 years agoRemove unnecessary @version tags from documentation 63/139163/3
Piotr Sawicki [Mon, 17 Jul 2017 11:24:30 +0000 (13:24 +0200)]
Remove unnecessary @version tags from documentation

Change-Id: I9ac859af5c2effd8a560810fd443b442021baba6

6 years agoFix warnings detected by static code analyzers 62/139162/3
Piotr Sawicki [Mon, 17 Jul 2017 09:48:19 +0000 (11:48 +0200)]
Fix warnings detected by static code analyzers

Change-Id: Ib7feacd42ab63b3841efcf025f9241c044f4e57f

6 years agoAdd 's' command to the CAPI test application 61/139161/3
Piotr Sawicki [Mon, 17 Jul 2017 09:36:36 +0000 (11:36 +0200)]
Add 's' command to the CAPI test application

From now on, the application has the 's' command which sends a pop-up
request, in the same way as 'r' command does, but after receiving
'deny forever' response it stops the application. Also, the source
code has been reorganised to achieve better readability.

Change-Id: If2bb7fcee45489ac8246bdbf6703ab0f88fdf87c

6 years agoReduce number of generated rpms 87/139287/3
Zofia Abramowska [Mon, 17 Jul 2017 12:32:19 +0000 (14:32 +0200)]
Reduce number of generated rpms

* libs are not used standalone - squash them to common
* plugins don't make sense without service - move plugins to main rpm
* squash tests to one rpm
* squash devels to one rpm

Change-Id: I2f4c3462ca76ab43032e5979975d5e4b80c49728

6 years agoRename files 86/139286/2
Zofia Abramowska [Wed, 12 Jul 2017 16:22:26 +0000 (18:22 +0200)]
Rename files

* remove redundant ask-user- prefix
* remove askuser-notification directory
* rename ipc-lib to ipc

Change-Id: Iccfb2c4664b0aa8e05b12220b78db73fb82c8ead

6 years agoDistinguish no policy for asked privilege 85/139285/2
Zofia Abramowska [Mon, 17 Jul 2017 12:00:20 +0000 (14:00 +0200)]
Distinguish no policy for asked privilege

Change-Id: I90a0b9454573924c89079e03ee61528773d0d387

6 years agoAdd extensive logging to Sock and channel classes 83/138183/6
Piotr Sawicki [Tue, 11 Jul 2017 06:54:20 +0000 (08:54 +0200)]
Add extensive logging to Sock and channel classes

* add logging of unusual situations
* add handling of unlink() errors

Change-Id: Ibc41a6bc1df29531f6405433f15817abe0bcc250

6 years agoRemove superfluous check in Sock 82/138182/5
Piotr Sawicki [Tue, 11 Jul 2017 07:00:29 +0000 (09:00 +0200)]
Remove superfluous check in Sock

Change-Id: I160c69f448e0b3b92061392ed5729a7c3e97ce70

6 years agoAdd ConnectionException 81/138181/5
Piotr Sawicki [Tue, 11 Jul 2017 06:14:12 +0000 (08:14 +0200)]
Add ConnectionException

Change-Id: Ia523ba65284ad7612ecbaf165a0cfddf9a96d9a0

6 years agoFix doxygen documentation in ipc-lib 80/138180/5
Piotr Sawicki [Tue, 11 Jul 2017 10:22:47 +0000 (12:22 +0200)]
Fix doxygen documentation in ipc-lib

Change-Id: I631f094555f5c81f535e88e42f85f406571c57be

6 years agoRemove unused headers 79/138179/5
Piotr Sawicki [Tue, 11 Jul 2017 10:21:55 +0000 (12:21 +0200)]
Remove unused headers

* remove unused #include directives
* remove unused header file

Change-Id: Ic433b713cd08b45366e66170a0fea4071f1b8e28

6 years agoPrevent from undefined behaviour during destruction of channel users 59/137959/6
Piotr Sawicki [Mon, 10 Jul 2017 11:36:06 +0000 (13:36 +0200)]
Prevent from undefined behaviour during destruction of channel users

Change-Id: I07339e74068e066ec61a724b8a1ef6c2dd9670a0

6 years agoFix doxygen documentation for CAPI 26/137926/6
Piotr Sawicki [Mon, 10 Jul 2017 08:56:56 +0000 (10:56 +0200)]
Fix doxygen documentation for CAPI

Change-Id: I65e4d19deab4f4e04710770050e1db6f65ce0f5c

6 years agoImplement app to test CAPI and simulate server side 43/137743/7
Piotr Sawicki [Thu, 6 Jul 2017 15:08:16 +0000 (17:08 +0200)]
Implement app to test CAPI and simulate server side

* Add more detailed help
* Add switches for working as client or service

Change-Id: Iaef748054279cafc44f763be036d8c26db3e671d

6 years agoAdapt test sources to C++ 42/137742/3
Piotr Sawicki [Thu, 6 Jul 2017 13:54:13 +0000 (15:54 +0200)]
Adapt test sources to C++

Change-Id: I8e91afce91aa941015e454549b2f6f673889ce49

6 years agoInitialize local variable before passing it to client API 41/137741/2
Piotr Sawicki [Fri, 7 Jul 2017 09:57:21 +0000 (11:57 +0200)]
Initialize local variable before passing it to client API

Change-Id: I6d28837e691a6e70d38af8a55fe68e4d5572c99c

6 years agoFree remaining callbacks while destroying a client 40/137740/1
Piotr Sawicki [Fri, 7 Jul 2017 07:40:48 +0000 (09:40 +0200)]
Free remaining callbacks while destroying a client

After calling a registered callback it has to be freed
to prevent from calling it again.

Change-Id: Iacd1e345f4e1ff43827044c461d6cb6db75a5911

6 years agoCheck if dynamic cast fails 39/137539/2
Zofia Abramowska [Thu, 6 Jul 2017 08:42:08 +0000 (10:42 +0200)]
Check if dynamic cast fails

Change-Id: I256398d47cad30c9f4ce03f1cd0e974fe719f062

6 years agoDon't move event from vector 14/137414/4
Zofia Abramowska [Wed, 5 Jul 2017 15:16:31 +0000 (17:16 +0200)]
Don't move event from vector

Moved event was used later, which resulted in error.

Change-Id: I920f285d2cd649aba5d2237aab8f5d1e1b70a810

6 years agoRemove fetching pkgLabel twice 13/137413/4
Zofia Abramowska [Thu, 6 Jul 2017 08:37:02 +0000 (10:37 +0200)]
Remove fetching pkgLabel twice

Creating popup message unnecessarily fetched pkg label
from pkg label.

Change-Id: Ie98a9e5e170a2d86a68856c39153c7581f598c42

6 years agoProperly set current event id 12/137412/4
Zofia Abramowska [Thu, 6 Jul 2017 08:36:48 +0000 (10:36 +0200)]
Properly set current event id

Service side current event id wasn't set at all.

Change-Id: Ic8a82e9d2954bb69dd8da6e86a0dd00222d94d7c

6 years agoImplement checkPrivilege() 33/136933/22
Piotr Sawicki [Mon, 3 Jul 2017 14:36:54 +0000 (16:36 +0200)]
Implement checkPrivilege()

Change-Id: I91768ce30cced026bc7f15bc5381be5d5df7afc6

6 years agoImplement framing for protocol library 75/136875/27
Piotr Sawicki [Mon, 3 Jul 2017 08:31:01 +0000 (10:31 +0200)]
Implement framing for protocol library

Change-Id: I4d8a7215107c88220fe6b8be79ea456bf00f452a

6 years agoAdd handling exceptions to the client API 74/136874/23
Piotr Sawicki [Mon, 3 Jul 2017 07:51:57 +0000 (09:51 +0200)]
Add handling exceptions to the client API

Change-Id: I0e4c32b1329bdd266c0424534c86970c5a0f6ce1

6 years agoImplement CAPI 69/136669/25
Piotr Sawicki [Fri, 30 Jun 2017 10:34:27 +0000 (12:34 +0200)]
Implement CAPI

* Bind askuser-client API to the GLib main loop mechanism.
* Add simple test program.
* Add an unknown error code type to API

Change-Id: Icc04d7021003bc7547f2294920011ec46eaa0344

6 years agoAdd fetching credentials from socket fd 31/136431/22
Piotr Sawicki [Thu, 29 Jun 2017 09:19:56 +0000 (11:19 +0200)]
Add fetching credentials from socket fd

Change-Id: I5adc2b5e01b1747c86846eb3c1a565b7643892cc

6 years agoImplement client side asynchronous channel 22/136222/24
Piotr Sawicki [Wed, 5 Jul 2017 11:30:43 +0000 (13:30 +0200)]
Implement client side asynchronous channel

* Implement an abstract channel and async client/server channels
* Adjust other modules to this new changes

Change-Id: I6788d01a220dfba3eb3ad2226a8a9ee96878153b

6 years agoChange visibility to hidden for client API 97/137397/2
Piotr Sawicki [Wed, 5 Jul 2017 06:45:51 +0000 (08:45 +0200)]
Change visibility to hidden for client API

Change-Id: Icf6acc6bbd2c5195f3ed1d750ab01d66668a6d78

6 years agoMove protocol to ipc-lib 21/136221/20
Piotr Sawicki [Wed, 28 Jun 2017 14:06:22 +0000 (16:06 +0200)]
Move protocol to ipc-lib

Change-Id: I42f4b1f3f8b28f7f1da52a281984e27e49768130

6 years agoAdd a skeleton of CAPI 05/135805/22
Piotr Sawicki [Mon, 26 Jun 2017 14:12:49 +0000 (16:12 +0200)]
Add a skeleton of CAPI

Change-Id: I0dc73a7f1169f7857804a11c8a9a76c5a468959d

6 years agoAdd a skeleton of client API implementation 04/135804/13
Piotr Sawicki [Thu, 22 Jun 2017 11:53:56 +0000 (13:53 +0200)]
Add a skeleton of client API implementation

Change-Id: I067a35ae6b712c7f67076e30a29efdbf0ced6d79

6 years agoMove policy to commons library 91/136891/2
Zofia Abramowska [Mon, 3 Jul 2017 09:09:34 +0000 (11:09 +0200)]
Move policy to commons library

* bring back commons library and rpm
* move Policy and PkgInfo to commons

Change-Id: Ic5e5c1f4ffc642e09100ac3f7a3cb6dc2d7db0d4

6 years agoCheck if popup should be shown 69/135969/3
Zofia Abramowska [Fri, 30 Jun 2017 16:32:12 +0000 (18:32 +0200)]
Check if popup should be shown

Application can use askuser-notification API to show user
popup requesting permission to privilege. These popups have
high priority and abusing this API might make system unusable.
This commit makes askuser-notification check if policy for
application is not yet set (is not "Allow" or "Deny"). Only then
requested popup is shown.

Change-Id: Ibc9696bea24831f77c1ca71314122dca0b52798f

6 years agoRedo askuser-notification 39/135939/4
Zofia Abramowska [Fri, 23 Jun 2017 18:09:07 +0000 (20:09 +0200)]
Redo askuser-notification

* Remove redundant event/element ids
* Move PolicyUpdater to askuser-notification
* Implement new logic of askuser-notification

Change-Id: I32f104f20bcb640f00e05c6edfc140786e73c2de

6 years agoMerge "Fix improper delete for new[]" into tizen
Zofia Abramowska [Wed, 28 Jun 2017 16:21:32 +0000 (16:21 +0000)]
Merge "Fix improper delete for new[]" into tizen

6 years agoFix improper delete for new[] 62/131762/2
Zofia Abramowska [Tue, 30 May 2017 13:31:40 +0000 (15:31 +0200)]
Fix improper delete for new[]

Change-Id: I20a59c851412ab2f25a39a3a3f22f515187c6780

6 years agoMerge spec files 96/135796/2
Zofia Abramowska [Thu, 22 Jun 2017 12:22:05 +0000 (14:22 +0200)]
Merge spec files

Separate spec files are no longer needed

Change-Id: Icb2d0a15d55b034cb816c57791521fd5b82d29d6

6 years agoMove daemon sources higher in source tree 92/135492/3
Zofia Abramowska [Thu, 22 Jun 2017 12:05:06 +0000 (14:05 +0200)]
Move daemon sources higher in source tree

Askuser-notification is no longer a part of askuser agent.

Change-Id: Ib01f37ae9875f4ac034bac52aeeb115c36c7e50c

6 years agoRemove building of unnecessary components 00/135300/3
Zofia Abramowska [Thu, 22 Jun 2017 11:58:05 +0000 (13:58 +0200)]
Remove building of unnecessary components

Remove:
* askuser agent
* askuser privacy plugins
* askuser client plugin
* askuser commons

Change-Id: I4f9e0e768be6e2ea46aa830bb9a9da101ed326bc

6 years agoSimplify service plugin 99/135299/2
Zofia Abramowska [Wed, 21 Jun 2017 16:31:00 +0000 (18:31 +0200)]
Simplify service plugin

Service side plugin supports Ask user policy and translates
it to DENY.

Change-Id: If9a8601e18da68d59b116a2b5d8f6f0872748a4e

6 years agoUpdate service side to new requirements 97/135297/2
Zofia Abramowska [Wed, 21 Jun 2017 14:38:59 +0000 (16:38 +0200)]
Update service side to new requirements

* No more toasts - remove datagram socket
* Popup request passes only privilege as argument
* Add credentials to service callbacks

Change-Id: I86ef7253490dcd2c063943f9225dacc6b0f626bc

6 years agoRemove dependency between Ask User and DBUS 39/134539/1
jin-gyu.kim [Mon, 19 Jun 2017 06:23:15 +0000 (15:23 +0900)]
Remove dependency between Ask User and DBUS

- Cherry-pick from https://review.tizen.org/gerrit/#/c/116696/

Change-Id: Idf2be449ec0f34d3504912d139d1a93b6a1ba9f5

7 years agoRevert of changes related to privacy popups issue 99/125999/1
Radoslaw Bartosiak [Wed, 19 Apr 2017 19:14:03 +0000 (21:14 +0200)]
Revert of changes related to privacy popups issue

This commit reverts all commits made after the release 0.1.13
(824473a3621f2345c43c4f1680b72f45fb0d6d06)

Change-Id: I792729175832e0434823db4848357a734fab02b6
Signed-off-by: Radoslaw Bartosiak <r.bartosiak@samsung.com>
7 years agoFix possible use after free 44/123144/1 submit/tizen/20170405.143506
Zofia Abramowska [Tue, 4 Apr 2017 15:40:07 +0000 (17:40 +0200)]
Fix possible use after free

Change-Id: Ia146fbf57bb2bad47b931212da3224a687590ca9

7 years agoHandle exceptions from popup/toast creation 43/123143/1
Zofia Abramowska [Tue, 4 Apr 2017 15:36:34 +0000 (17:36 +0200)]
Handle exceptions from popup/toast creation

Return error when creating popup/toast fails

Change-Id: Ica628d41e23707d485ecf40a2f45d0d12c6da85f

7 years agoFix hw key handler segfault 41/123141/2
Zofia Abramowska [Tue, 4 Apr 2017 15:09:09 +0000 (17:09 +0200)]
Fix hw key handler segfault

Hardware key can be intercepted when no popup is visible

Change-Id: I0c3b562962393d2297aecdedb655811b81be4be8