diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-07 13:17:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-07 13:17:06 +0000 |
commit | f8c87aab8016cc0f629e9d702cd0bdb09aab7caa (patch) | |
tree | f915db3923c973f750f0e8644b31f561743452ad /security/op | |
parent | 9d364a27c92cabb0cacaa4fe1bff128935e4fdf7 (diff) | |
download | ports-f8c87aab8016cc0f629e9d702cd0bdb09aab7caa.tar.gz ports-f8c87aab8016cc0f629e9d702cd0bdb09aab7caa.zip |
Notes
Diffstat (limited to 'security/op')
-rw-r--r-- | security/op/Makefile | 1 | ||||
-rw-r--r-- | security/op/pkg-descr | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/security/op/Makefile b/security/op/Makefile index e5c241422be1..83d5f2d0c51f 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -3,6 +3,7 @@ PORTNAME= op PORTVERSION= 1.34 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/op/pkg-descr b/security/op/pkg-descr index 19e58ad7b8b0..241a22d2c913 100644 --- a/security/op/pkg-descr +++ b/security/op/pkg-descr @@ -2,3 +2,5 @@ The op tool provides a flexible means for system administrators to grant access to certain root operations without having to give them full superuser privileges. Different sets of users may access different operations, and the security-related aspects of each operation can be carefully controlled. + +WWW: https://github.com/dagwieers/op/wiki |