summaryrefslogtreecommitdiffstats
path: root/rules/tomoyo-tools.make
Commit message (Collapse)AuthorAgeFilesLines
* tomoyo-tools: fix URLMichael Olbrich2023-10-201-1/+1
| | | | | | | | The old URL fails with various error. "certificate has expired", "502 Bad Gateway", so replace the URL with the one used by Yocto. Finding the real upstream seems to be impossible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* treewide: use $(ptx/nl) instead of ; in foreach loopsLadislav Michl2022-10-181-2/+4
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <YzXROJ7IUVzYOo6G@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tomoyo-tools: New packageBernhard Walle2013-05-031-0/+88
This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel >= 3.2. In addition, we modify Kconfig to include the tomoyo-tools package directly beyond the "Security" group. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>