Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i2pd: restrict /etc/i2pd permissions
@ 2023-02-23 11:06 steinex
  2023-02-23 11:10 ` [PR PATCH] [Updated] " steinex
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: steinex @ 2023-02-23 11:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1352 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages i2pd
https://github.com/void-linux/void-packages/pull/42409

i2pd: restrict /etc/i2pd permissions
It's not a good idea to have /etc/i2pd/*.conf world-readable since it may contain sensitive information

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42409.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i2pd-42409.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]

From 3a25e8c6725e351212e448fa974e044b30d271fa Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 23 Feb 2023 12:00:26 +0100
Subject: [PATCH] i2pd: restrict /etc/i2pd permissions

It's not a good idea to have /etc/i2pd/*.conf world-readable since it may contain sensitive information
---
 srcpkgs/i2pd/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template
index 91e085f41aca..c79aefa38a0f 100644
--- a/srcpkgs/i2pd/template
+++ b/srcpkgs/i2pd/template
@@ -1,7 +1,7 @@
 # Template file for 'i2pd'
 pkgname=i2pd
 version=2.46.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_build_args="USE_UPNP=yes"
 makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel
@@ -19,7 +19,9 @@ conf_files="
  /etc/i2pd/tunnels.conf"
 system_accounts="_i2pd"
 _i2pd_homedir="/var/lib/i2pd"
-make_dirs="/var/lib/i2pd 0700 _i2pd _i2pd"
+make_dirs="
+	/var/lib/i2pd 0700 _i2pd _i2pd
+	/etc/i2pd 0700 _i2pd _i2pd"
 
 case "${XBPS_TARGET_MACHINE}" in
 	x86_64*) ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-25 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 11:06 [PR PATCH] i2pd: restrict /etc/i2pd permissions steinex
2023-02-23 11:10 ` [PR PATCH] [Updated] " steinex
2023-02-23 11:11 ` steinex
2023-03-05 22:57 ` Duncaen
2023-03-05 22:58 ` Duncaen
2023-03-06  8:56 ` [PR PATCH] [Updated] " steinex
2023-03-06  9:08 ` steinex
2023-03-06  9:52 ` [PR PATCH] [Updated] " steinex
2023-05-25 16:29 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).