diff options
author | pyllyukko <pyllyukko@maimed.org> | 2019-06-15 07:29:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-15 07:29:23 +0700 |
commit | b78040fcf6930c9a96325e02044fc300a55f84be (patch) | |
tree | 226fcd39b88f229c18e9f6c595cc090c14f030f6 /system/tpe-kmod/slack-desc | |
parent | 40b67c6a0a733d4789f761106ca76e6761527c72 (diff) |
system/tpe-kmod: Added (Trusted Path Execution Linux Kernel Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tpe-kmod/slack-desc')
-rw-r--r-- | system/tpe-kmod/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/tpe-kmod/slack-desc b/system/tpe-kmod/slack-desc new file mode 100644 index 0000000000000..c7475ac19ba71 --- /dev/null +++ b/system/tpe-kmod/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tpe-kmod: tpe-kmod (Trusted Path Execution Linux Kernel Module) +tpe-kmod: +tpe-kmod: Trusted Path Execution is a security feature that denies users from +tpe-kmod: executing programs that are not owned by root, or are writable. +tpe-kmod: This closes the door on a whole category of exploits where a malicious +tpe-kmod: user tries to execute his or her own code to attack the system. +tpe-kmod: +tpe-kmod: +tpe-kmod: +tpe-kmod: Homepage: https://github.com/cormander/tpe-lkm +tpe-kmod: |