index
:
platform/core/security/audit-trail
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
accepted/tizen_unified_dev
demo
drafts/demo
for/drafts/demo
master
resf/for/tizen
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
Domain: Security / Access Control; Licenses: GPL-2.0;
Jaemin Ryu <jm77.ryu@samsung.com>, Sungbae Yoo <sungbae.yoo@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
Fix to catch exceptions
submit/tizen_5.0/20181101.000003
submit/tizen/20181001.080809
accepted/tizen/unified/20181001.150937
accepted/tizen/5.0/unified/20181102.015231
tizen_5.0
accepted/tizen_5.0_unified
yeji01.kim
3
-3
/
+2
2018-10-01
Remove unnecessary negative value checks
yeji01.kim
1
-6
/
+4
2018-08-08
Add parsing of ppid of subject in systemlog
demo
yeji01.kim
6
-2
/
+34
2018-08-08
Add parsing of device id in AUDIT_PATH type
yeji01.kim
6
-2
/
+43
2018-08-07
Fix the range of string condition field
seolheui, kim
1
-1
/
+2
2018-07-31
Remove deprecated test case
yeji01.kim
2
-11
/
+2
2018-07-26
Change callback notifiers to run on thread due to avoid deadlock
submit/tizen/20180727.090954
accepted/tizen/unified/20180801.080138
Sungbae Yoo
7
-26
/
+38
2018-07-23
Plugin : Change not to leave logs about that open() failed by ENOENT
Sungbae Yoo
4
-0
/
+17
2018-07-19
Add report of audit log for optimizing audit rule
yeji01.kim
5
-4
/
+141
2018-07-13
Change audit_rule_condition doesn't check null value if value is an integer
Sungbae Yoo
1
-1
/
+2
2018-06-14
Remove cyclic dependency with audit-trail and libaudit-trail
Sungbae Yoo
1
-2
/
+1
2018-06-07
Fix coverity issues
submit/tizen/20180607.013257
accepted/tizen/unified/20180611.015316
yeji01.kim
5
-37
/
+72
2018-06-07
Add tag for indexing optimized list
seolheui kim
2
-0
/
+15
2018-06-04
Add error handler for applying rules
seolheui kim
5
-19
/
+51
2018-06-01
Add test cases for event types
yeji01.kim
5
-1
/
+231
2018-05-31
Add never rules to optimized rule list
seolheui kim
3
-5
/
+39
2018-05-29
Add rule-apply-engine to optimize rules
seolheui kim
10
-23
/
+197
2018-05-29
Add combine rules methods
seolheui kim
4
-29
/
+135
2018-05-24
Change unexpected error to show on klay logger
Sungbae Yoo
1
-1
/
+1
2018-05-24
plugin: fix a typo of path in base-ruleset
Sungbae Yoo
1
-1
/
+1
2018-05-18
Add '=' condition when fd is compared for checking succeed status
Sungbae Yoo
3
-7
/
+7
2018-05-14
Fix build fail on 64bit architecture
submit/tizen/20180515.013128
accepted/tizen/unified/20180515.163416
yeji01.kim
3
-4
/
+68
2018-05-14
Fix default rules to reduce overheads
Sungbae Yoo
2
-68
/
+184
2018-05-11
Add a TC to measure overheads of auditing rules
Sungbae Yoo
3
-3
/
+284
2018-05-09
Add audit-trail rule verification tool
yeji01.kim
14
-1
/
+1854
2018-05-09
Remove to set default mask, rule type and tag
seolheui kim
4
-50
/
+5
2018-05-08
Fix parameter type and add methods to get field value
seolheui kim
4
-40
/
+71
2018-05-03
Add CAPI to load a ruleset plugin
Sungbae Yoo
6
-2
/
+69
2018-05-03
Change the daemon to be non-root
submit/tizen/20180511.084431
Sungbae Yoo
2
-2
/
+4
2018-05-02
Channge admin-cli doesn't show foreach systemcalls when the rule has all
Sungbae Yoo
1
-3
/
+13
2018-05-02
Fix some SVACE issues
submit/tizen/20180502.041736
accepted/tizen/unified/20180502.071207
Sungbae Yoo
7
-19
/
+24
2018-05-02
Change LICENSE file to Apache-2.0 properly
Sungbae Yoo
1
-339
/
+204
2018-04-30
Add default rule plugins of each profiles
Sungbae Yoo
10
-5
/
+871
2018-04-30
Fix to put multiple syscall number to rule
seolheui kim
3
-6
/
+30
2018-04-27
Fix to ignore exception for each rule
seolheui kim
1
-4
/
+4
2018-04-27
Separate watch rule by WatchPath and WatchDir rules
seolheui kim
5
-16
/
+58
2018-04-27
Fix to apply correct field to rule
seolheui kim
2
-1
/
+3
2018-04-26
Modify loadRuleSet to apply loaded rules
submit/tizen/20180426.140701
accepted/tizen/unified/20180427.062429
seolheui kim
1
-3
/
+6
2018-04-26
Add all field types to field.h
seolheui kim
1
-24
/
+68
2018-04-26
Modify rule capi to catch set/unsetMask exceptions
seolheui kim
1
-4
/
+10
2018-04-26
Add supported field types
seolheui kim
1
-5
/
+41
2018-04-26
Remove old audit-rule code to replace with a audit-rule library.
seolheui kim
3
-372
/
+0
2018-04-25
Add error handling in admin-cli when audit daemon doesn't work
submit/tizen/20180425.085722
accepted/tizen/unified/20180426.062545
Sungbae Yoo
2
-4
/
+41
2018-04-25
Apply modified rule presentation logic to audit-trail rule capis
seolheui kim
9
-52
/
+56
2018-04-24
Change not to failed when kernel has no audit features
Sungbae Yoo
2
-3
/
+9
2018-04-23
Rename libaudit-trail-rule to libaudit-rule
seolheui kim
13
-15
/
+16
2018-04-20
Add rule data get method
seolheui kim
2
-11
/
+15
2018-04-19
Fix input/return data type for rule and loader
seolheui kim
6
-49
/
+47
2018-04-16
Add rule apply engine and loader
seolheui kim
11
-4
/
+288
2018-04-16
Change the daemon to be on-demand
Sungbae Yoo
11
-20
/
+81
[next]