./security/pleaser, Sudo like program with regex support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.4, Package name: pleaser-0.5.4, Maintainer: pin

Please(r), a sudo clone with regex support.
The aim is to allow admins to delegate accurate least privilege access with
ease. There are times when what is intended to be executed can be expressed
easily with a regex to expose only what is needed and nothing more.


Master sites:

Filesize: 72.913 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-10 23:34:45 by pin | Files touched by this commit (2) | Package updated
Log message:
security/pleaser: update to 0.5.3

-Fix bug regarding 'require_pass'
   2022-06-10 09:32:13 by pin | Files touched by this commit (3) | Package updated
Log message:
security/pleaser: update to 0.5.2

-do not read config files that have already been processed
-permit reason (-r) strings as regex matches
-%{HOSTNAME} expands to hostname in regex rules
-suggest -d when invoked with cd and cd is not located
-new option of timeout for password prompt
-new option of target_group for run/edit
   2022-05-24 11:38:44 by Nikita | Files touched by this commit (1)
Log message:
pleaser: switch to USE_GITLAB.
   2021-12-06 22:42:26 by pin | Files touched by this commit (2) | Package updated
Log message:
security/pleaser: update to 0.5.1

-editmode=keep now default if no other mode is specified
-only include files in includedir if they do not start with .
-trimmed error when unable to communicate with syslog
   2021-11-10 08:33:51 by pin | Files touched by this commit (3) | Package updated
Log message:
security/pleaser: update to 0.5.0

-backslashes within arguments now require escaping
-editmode=keep to preserve the file permission bits from an existing file
-exact_{rule,target,name,hostname,dir} which are literal
-nix bump to 0.23.0
-deprecating regex term in favour of rule
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-08-02 17:04:48 by pin | Files touched by this commit (2) | Package updated
Log message:
security/pleaser: update to 0.4.2

-Fix example
-Check should fail if handed a non-regular file
-Document control characters
-Optional environment passthrough
-Removing superfluous backtick
-Child should be handled in parent
-Removing redundant util.rs
-Reorganising tests to storage overheads
-Clippy suggestions
-Removing need to drop privs in child
-Forking can be done as low priv user