summaryrefslogtreecommitdiffstats
path: root/rules/file.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in KConfig files (.in rules)Alexander Dahl2018-11-091-1/+1
| | | | | | | | To not fix typos one by one, use a tool for that. All typos found with `codespell -i 3 -w rules/*.in platforms/*.in`. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: seccomp sandboxingClemens Gruber2018-06-281-1/+13
| | | | | | | | Support seccomp sandboxing to reduce the attack surface and enable it by default. Important for usecases with files from untrusted sources. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: add missing dependenciesMichael Olbrich2011-05-301-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add utility 'file' for determining file typesAlexander Dahl2011-05-041-0/+15
Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>