From e4f67843c31802a860dacdeb2fd3a65e78c581aa Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 16 Mar 2017 01:47:26 +0000 Subject: [PATCH] MFC r274130: r274130 (by bapt): Avoid installing security.functions with executable bits, periodic(8) will try to execute all files with an executable bit in /etc/periodic/*/ while this file is supposed only to be sourced by others git-svn-id: svn://svn.freebsd.org/base/stable/10@315346 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/periodic/security/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile index fbcd45460..954becb36 100644 --- a/etc/periodic/security/Makefile +++ b/etc/periodic/security/Makefile @@ -2,6 +2,8 @@ .include +FILESGROUPS= FILES DATA + FILES= 100.chksetuid \ 110.neggrpperm \ 200.chkmounts \ @@ -10,8 +12,8 @@ FILES= 100.chksetuid \ 410.logincheck \ 700.kernelmsg \ 800.loginfail \ - 900.tcpwrap \ - security.functions + 900.tcpwrap +DATA= security.functions # NB: keep these sorted by MK_* knobs -- 2.42.0