summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mu-Woong [Mon, 27 Jul 2015 12:49:08 +0000 (21:49 +0900)]
Merge changes from Tizen 2.4
- Replace conf-file-based privilege checker with runtime-registration-based
- Remove ambiguity of app_id and client in request classes
- Update context-manager to support the on-demand provider object creation routine
- Modified script generator to assign null when some attributes of a condition is missing
Change-Id: I0943e6df4ac631fd6dd01550e13578ea7740c22e
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 21 Jul 2015 06:33:05 +0000 (15:33 +0900)]
Integrate changes from Tizen 2.4 (Version 0.5.3)
- Remove Vasum zone control code
- Assign null to clips_h while initialization
- Removed unnecessary logs and modified invalid log tag
- Modified to construct clips handler instanece only when at least one enabled rule exists
Change-Id: I6bf048441161aee5ee50d5d55f43bf4db9fe666e
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 13 Jul 2015 05:53:46 +0000 (14:53 +0900)]
Refactor request assignment routine
Change-Id: I78ba56240d26bc3cc91d5bb18b9fa4023a6281d5
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 13 Jul 2015 05:53:24 +0000 (14:53 +0900)]
Update date of all license boilerplate
Change-Id: I7afb72265f22fbba13808ce13925ecaf9b18da42
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Wed, 1 Jul 2015 13:25:17 +0000 (22:25 +0900)]
Fix the manifest/service/spec files regarding 3.0's security policy
Change-Id: I9d38ce34e6af7c4ac30d7630878cd74d56c46008
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 30 Jun 2015 13:43:05 +0000 (22:43 +0900)]
Add systemd conf file for dbus daemon
Change-Id: Ie6579e5bc59937a57ba0f23faeec4bad58cf7504
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 30 Jun 2015 11:01:40 +0000 (20:01 +0900)]
Remove unused dbus service conf
Change-Id: I0f77d557a43ed3e317c7edd2d327cc6032e6cbc6
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 30 Jun 2015 02:40:06 +0000 (11:40 +0900)]
Add chsmack command for db file smack labeling
Change-Id: Ieae55c393b00b5974086a38cf61ed4ff2d63722f
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 12:07:03 +0000 (21:07 +0900)]
Cleanup the build script
Change-Id: I33269379c50adc6bf9e57b4a9c36e414fd7ee0e5
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 10:02:37 +0000 (19:02 +0900)]
Switch from ecore mainloop to g mainloop
Change-Id: Ifa8dffac3d415f4147b2539018101a20633be996
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 09:59:35 +0000 (18:59 +0900)]
Disable security-server based privilege checker
Change-Id: I01f622294af11f32eb8d4a025d85878f2ecb74e0
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 09:32:29 +0000 (18:32 +0900)]
Integrate changes from Tizen 2.4
- Add a smack rule for security API
- Fix the prevent issue 451595
- Add a missing smack rule, media-data::cb
- Remove mediahistory.admin privilege entries
- Modify launching sequence.
- Break the dependency to context-internal, which is removed from the snapshot.
- Replace deprecated privilege checker API with security server
- Update smack & privilege w.r.t. security and pkgmgr
- Remove a smack rule 'ail::db'
- Switch to ecore mainloop to support ecore event handling
Change-Id: Ib21644a3466c54212b73c3b1bdb5d7cdd5570cf1
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Fri, 19 Jun 2015 12:53:30 +0000 (21:53 +0900)]
Sync with Tizen 2.4
Change-Id: Ibafb888f85c3d7fe7f85f2baaaf0fa135b7e798d
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 15 Jun 2015 06:43:01 +0000 (15:43 +0900)]
Remove redundant dependency to pkgmgr-info
Change-Id: I0fedf4545cf1a62c3bcc98c3f3155a37c8ff9c7b
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 15 Jun 2015 05:56:30 +0000 (14:56 +0900)]
Apply Cynara gdbus peer credentials
Change-Id: Ib366e1a45d4fcafd98ed76c84d746876ef9a26e7
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 15 Jun 2015 03:51:47 +0000 (12:51 +0900)]
Disable vasum-related features
Change-Id: I85a064c053eb2313dddef1cae30f91ce1002b617
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 15 Jun 2015 02:46:19 +0000 (11:46 +0900)]
Migrate from 2.4 code repo
Change-Id: I3186ef9a0ee6cf56696ec64e6962823023420fda
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
KyungMi Lee [Wed, 25 Mar 2015 05:34:41 +0000 (22:34 -0700)]
Initial empty repository