platform/core/system/dbus-tools.git
6 years agopackaging: minor fixes 32/183832/1
Karol Lewandowski [Wed, 11 Jul 2018 10:07:45 +0000 (12:07 +0200)]
packaging: minor fixes

Change-Id: I8b61b31c52ff190ac6541e90762fd0895ed018e8

6 years agopackaging, integrating with Tizen 76/182976/2 accepted/tizen/unified/20180705.172727 submit/tizen/20180705.081312
Adrian Szyndela [Thu, 28 Jun 2018 12:49:42 +0000 (14:49 +0200)]
packaging, integrating with Tizen

Also, some improvements in shell scripts.

Change-Id: I10a06b8b30f45722746361b7ce27364baaebc957

6 years agoPolicy checker: initial version 37/182737/2
Aleksy Barcz [Mon, 25 Jun 2018 14:27:38 +0000 (16:27 +0200)]
Policy checker: initial version

Policy checker is based on Schematron, which allows writing
declarative checks for xml files (see rules.xml file for details) and
yields xml output (which is converted to plain text for readability, but it
can be converted to any format). The checker is a shell script, it
depends only on xsltproc (libxslt-tools package in Tizen), so it's very
lightweight.

We can run the checker on any single dbus configuration file, e.g.:
./check ./test-policy.conf (a test policy containing violations of all
the implemented rules). So, during a package installation we can run
the checker on it's dbus configuration file.

Change-Id: I523b7a730fc93a0d4f99bc8ba750be7b6f0e051c

6 years agoInitial empty repository master
Tizen Infrastructure [Fri, 22 Jun 2018 05:43:52 +0000 (05:43 +0000)]
Initial empty repository