deskutils/readur: free uid/gid, run readur as www
Approved by: acm (mentor)
This commit is contained in:
2
GIDs
2
GIDs
@@ -779,7 +779,7 @@ pocket-id:*:834:
|
||||
filebrowser:*:835:
|
||||
tinyauth:*:836:
|
||||
homebox:*:837:
|
||||
readur:*:838:
|
||||
# free: 838
|
||||
shiori:*:839:
|
||||
netdisco:*:840:
|
||||
tcpcryptd:*:841:
|
||||
|
||||
2
UIDs
2
UIDs
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user