summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 18:41:18 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:07:02 +0100
commit141e296490e776bb758ee88616dae79aed0b4006 (patch)
treeb4e2c373c168eb495ee65ac29380be9b910deb74 /cfg.mk
parent890b216396a51469449f90a9afd241f9b14f7ffa (diff)
downloadgnulib-141e296490e776bb758ee88616dae79aed0b4006.tar.gz
maint: enable sc_prohibit_openat_without_use
* cfg.mk: Enable sc_prohibit_openat_without_use. Exempt lib/selinux-at.c.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e15333ceb7..f55066e896 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,6 @@ local-checks-to-skip = \
sc_prohibit_have_config_h \
sc_prohibit_inttostr_without_use \
sc_prohibit_magic_number_exit \
- sc_prohibit_openat_without_use \
sc_prohibit_path_max_allocation \
sc_prohibit_reversed_compare_failure \
sc_prohibit_safe_read_without_use \
@@ -55,3 +54,4 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
^modules/|^lib/javaversion\.class$$|$(empty-at-EOF)
exclude_file_name_regexp--sc_prohibit_doubled_word = \
^(tests/test-init\.sh|lib/base(32|64)\.c)$$
+exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$