Release 0.1.3 93/240293/1 accepted/tizen/unified/20200810.122954 submit/tizen/20200810.073515
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 5 Aug 2020 05:58:32 +0000 (14:58 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 5 Aug 2020 05:58:32 +0000 (14:58 +0900)
[summary]
- Redesign policy management logic
  - PolicyLoader -> DynamicVirtualTable
- Add code formatter

[details]
- Rename Table::generate to Table::select
- Refactor virtual table
- Migrate bluetooth-policy to DynamicTable
- Cleanup deprecated policy-loader
- Redesign policy management logic
- Enable gdb on docker
- Add dymanic loader for plugin
- Fix svace defects
- Apply formatting to osquery
- Apply formatting to vist
- Add code formatter

Change-Id: Ia8232657e859acc835ecbe6abaa7d97267563c7e
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
CMake/Definition.cmake
packaging/vist.spec

index 52bfa5a389e72520ffccd455bebdd77e2be17a53..7de0b6079b4a92c0c7635ffec84e35632b37ff0c 100644 (file)
@@ -12,7 +12,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License
 
-SET(VERSION "0.1.2")
+SET(VERSION "0.1.3")
 SET(OSQUERY_VERSION "4.0.0")
 
 SET(RO_DIR "/usr/share")
index b6329c552069ddfaab0f841076400c24bc08b788..e481820dc41c5e33c23a8cc0c680a4c5f510f2f2 100644 (file)
@@ -1,5 +1,5 @@
 Name: vist
-Version: 0.1.2
+Version: 0.1.3
 Release: 0
 License: Apache-2.0
 Summary: ViST(Virtual Security Table) is an unified security API platform based virtual tables.