tpiekarski / lkm-sandbox

Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
GNU General Public License v2.0
50 stars 5 forks source link

Create an auxiliary script to keep the sudo listing updated #42

Open tpiekarski opened 4 years ago

tpiekarski commented 4 years ago

Create an auxiliary script to keep the sudo listing updated

With solving #33 there have been introduced a listing of all file locations where sudo is used. This list has to be kept updated (preferably with a git hook which is running prior to every commit).

tpiekarski commented 4 years ago

A self-rewriting README.md powered by GitHubs new Actions could be a superior solution. https://simonwillison.net/2020/Apr/20/self-rewriting-readme/