commit | 250957202f7aa86e3af93ddfe47a5c4035c40f50 | [log] [tgz] |
---|---|---|
author | huangyanjun <huang.yanjun1@zte.com.cn> | Thu Sep 13 14:04:19 2018 +0800 |
committer | Jia Jia <jia.jia@zte.com.cn> | Wed Sep 26 20:42:27 2018 +0800 |
tree | 9de02f420d0dec56b176b574850b1d35bcd63359 | |
parent | 1b2ea497aae295cc3adaaa676ab4d95f228537a1 [diff] |
Fix building error for multi-line dontaudit statement All the *.conf.dontaudit files are generated from *.conf with the command of 'sed '/dontaudit/d' $@ > $@.dontaudit', but this command can not be applied to multi-line dontaudit statement. Test: Set plat_policy.conf.dontaudit as the input_file parameter of checkpolicy tool, then selinux syntax error will occur during building. Change-Id: I281de923d8a5f0b46256ec7de4df12a1c1d7e061