tighten permissions on database and config directories, because they might
contain sensitive data prodded by James Cook
This commit is contained in:
parent
ff585f09c3
commit
afa8474513
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2021/02/24 16:49:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2021/07/15 14:03:33 martin Exp $
|
||||
|
||||
COMMENT= lightweight CalDAV and CardDAV server
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME= baikal-${VERSION}
|
||||
MASTER_SITES= https://github.com/sabre-io/Baikal/releases/download/${VERSION}/
|
||||
DISTFILES= ${DISTNAME}.zip
|
||||
CATEGORIES= productivity www
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
HOMEPAGE= http://sabre.io/baikal/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2021/02/19 19:36:14 martin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2021/07/15 14:03:34 martin Exp $
|
||||
baikal/
|
||||
baikal/Core/
|
||||
baikal/Core/Distrib.php
|
||||
@ -299,11 +299,13 @@ baikal/Core/Resources/Web/TwitterBootstrap/js/jquery.color-2.2.0.min.js
|
||||
baikal/LICENSE
|
||||
baikal/README.md
|
||||
@owner www
|
||||
@mode 700
|
||||
baikal/Specific/
|
||||
baikal/Specific/db/
|
||||
baikal/Specific/db/.empty
|
||||
baikal/config/
|
||||
baikal/config/.empty
|
||||
@mode
|
||||
baikal/html/
|
||||
baikal/html/.htaccess
|
||||
baikal/html/admin/
|
||||
|
Loading…
Reference in New Issue
Block a user