summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-01Fix to catch exceptionssubmit/tizen_5.0/20181101.000003submit/tizen/20181001.080809accepted/tizen/unified/20181001.150937accepted/tizen/5.0/unified/20181102.015231tizen_5.0accepted/tizen_5.0_unifiedyeji01.kim3-3/+2
2018-10-01Remove unnecessary negative value checksyeji01.kim1-6/+4
2018-08-08Add parsing of ppid of subject in systemlogdemoyeji01.kim6-2/+34
2018-08-08Add parsing of device id in AUDIT_PATH typeyeji01.kim6-2/+43
2018-08-07Fix the range of string condition fieldseolheui, kim1-1/+2
2018-07-31Remove deprecated test caseyeji01.kim2-11/+2
2018-07-26Change callback notifiers to run on thread due to avoid deadlocksubmit/tizen/20180727.090954accepted/tizen/unified/20180801.080138Sungbae Yoo7-26/+38
2018-07-23Plugin : Change not to leave logs about that open() failed by ENOENTSungbae Yoo4-0/+17
2018-07-19Add report of audit log for optimizing audit ruleyeji01.kim5-4/+141
2018-07-13Change audit_rule_condition doesn't check null value if value is an integerSungbae Yoo1-1/+2
2018-06-14Remove cyclic dependency with audit-trail and libaudit-trailSungbae Yoo1-2/+1
2018-06-07Fix coverity issuessubmit/tizen/20180607.013257accepted/tizen/unified/20180611.015316yeji01.kim5-37/+72
2018-06-07Add tag for indexing optimized listseolheui kim2-0/+15
2018-06-04Add error handler for applying rulesseolheui kim5-19/+51
2018-06-01Add test cases for event typesyeji01.kim5-1/+231
2018-05-31Add never rules to optimized rule listseolheui kim3-5/+39
2018-05-29Add rule-apply-engine to optimize rulesseolheui kim10-23/+197
2018-05-29Add combine rules methodsseolheui kim4-29/+135
2018-05-24Change unexpected error to show on klay loggerSungbae Yoo1-1/+1
2018-05-24plugin: fix a typo of path in base-rulesetSungbae Yoo1-1/+1
2018-05-18Add '=' condition when fd is compared for checking succeed statusSungbae Yoo3-7/+7
2018-05-14Fix build fail on 64bit architecturesubmit/tizen/20180515.013128accepted/tizen/unified/20180515.163416yeji01.kim3-4/+68
2018-05-14Fix default rules to reduce overheadsSungbae Yoo2-68/+184
2018-05-11Add a TC to measure overheads of auditing rulesSungbae Yoo3-3/+284
2018-05-09Add audit-trail rule verification toolyeji01.kim14-1/+1854
2018-05-09Remove to set default mask, rule type and tagseolheui kim4-50/+5
2018-05-08Fix parameter type and add methods to get field valueseolheui kim4-40/+71
2018-05-03Add CAPI to load a ruleset pluginSungbae Yoo6-2/+69
2018-05-03Change the daemon to be non-rootsubmit/tizen/20180511.084431Sungbae Yoo2-2/+4
2018-05-02Channge admin-cli doesn't show foreach systemcalls when the rule has allSungbae Yoo1-3/+13
2018-05-02Fix some SVACE issuessubmit/tizen/20180502.041736accepted/tizen/unified/20180502.071207Sungbae Yoo7-19/+24
2018-05-02Change LICENSE file to Apache-2.0 properlySungbae Yoo1-339/+204
2018-04-30Add default rule plugins of each profilesSungbae Yoo10-5/+871
2018-04-30Fix to put multiple syscall number to ruleseolheui kim3-6/+30
2018-04-27Fix to ignore exception for each ruleseolheui kim1-4/+4
2018-04-27Separate watch rule by WatchPath and WatchDir rulesseolheui kim5-16/+58
2018-04-27Fix to apply correct field to ruleseolheui kim2-1/+3
2018-04-26Modify loadRuleSet to apply loaded rulessubmit/tizen/20180426.140701accepted/tizen/unified/20180427.062429seolheui kim1-3/+6
2018-04-26Add all field types to field.hseolheui kim1-24/+68
2018-04-26Modify rule capi to catch set/unsetMask exceptionsseolheui kim1-4/+10
2018-04-26Add supported field typesseolheui kim1-5/+41
2018-04-26Remove old audit-rule code to replace with a audit-rule library.seolheui kim3-372/+0
2018-04-25Add error handling in admin-cli when audit daemon doesn't worksubmit/tizen/20180425.085722accepted/tizen/unified/20180426.062545Sungbae Yoo2-4/+41
2018-04-25Apply modified rule presentation logic to audit-trail rule capisseolheui kim9-52/+56
2018-04-24Change not to failed when kernel has no audit featuresSungbae Yoo2-3/+9
2018-04-23Rename libaudit-trail-rule to libaudit-ruleseolheui kim13-15/+16
2018-04-20Add rule data get methodseolheui kim2-11/+15
2018-04-19Fix input/return data type for rule and loaderseolheui kim6-49/+47
2018-04-16Add rule apply engine and loaderseolheui kim11-4/+288
2018-04-16Change the daemon to be on-demandSungbae Yoo11-20/+81