diff options
| author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-23 20:16:16 +0000 |
|---|---|---|
| committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-23 20:52:37 +0000 |
| commit | 2f9b08effd64f93939534fc5d052def4345870d5 (patch) | |
| tree | 7ad97145d558dad5d3fb40224a06c0578ae5a2be | |
| parent | c2892ec0016476e2b0a5e2db56e189b4e7821ad1 (diff) | |
deskutils/readur: free uid/gid, run readur as www
Approved by: acm (mentor)
| -rw-r--r-- | GIDs | 2 | ||||
| -rw-r--r-- | UIDs | 2 | ||||
| -rw-r--r-- | deskutils/readur/Makefile | 7 |
3 files changed, 4 insertions, 7 deletions
@@ -779,7 +779,7 @@ pocket-id:*:834: filebrowser:*:835: tinyauth:*:836: homebox:*:837: -readur:*:838: +# free: 838 shiori:*:839: netdisco:*:840: tcpcryptd:*:841: @@ -785,7 +785,7 @@ pocket-id:*:834:834::0:0:OIDC provider that allows users to authenticate with th filebrowser:*:835:835::0:0:Web File Browser:/var/db/filebrowser:/usr/sbin/nologin tinyauth:*:836:836::0:0:Simplest way to protect your apps with a login screen:/nonexistent:/usr/sbin/nologin homebox:*:837:837::0:0:Inventory and organization system built for the Home User:/var/db/homebox:/usr/sbin/nologin -readur:*:838:838::0:0:Intuitive OCR platform:/var/db/readur:/usr/sbin/nologin +# free: 838 shiori:*:839:839::0:0:Simple bookmark manager built with Go:/var/db/shiori:/usr/sbin/nologin netdisco:*:840:840::0:0:netdisco daemon:/usr/local/etc/netdisco:/bin/sh tcpcryptd:*:841:841::0:0:tcpcrypt daemon:/nonexistent:/usr/sbin/nologin diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile index 82088bc7f223..40b7d1f1c218 100644 --- a/deskutils/readur/Makefile +++ b/deskutils/readur/Makefile @@ -29,16 +29,13 @@ MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib \ SUB_FILES= pkg-message SUB_LIST= USER=${READUR_USER} -USERS= ${READUR_USER} -GROUPS= ${READUR_GROUP} - PLIST_SUB= GROUP=${READUR_GROUP} \ HOMEDIR=${READUR_HOMEDIR} \ USER=${READUR_USER} -READUR_USER= ${PORTNAME} +READUR_USER= www READUR_GROUP= ${READUR_USER} -READUR_HOMEDIR= /var/db/${READUR_USER} +READUR_HOMEDIR= /var/db/${PORTNAME} SWAGGER_TAG= v5.17.14 |
