Browse Source
Merge pull request #12543 from mydzor/master
transmission: add access to web interface files to procd jail
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
net/transmission/Makefile
-
net/transmission/files/transmission.init
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=transmission |
|
|
|
PKG_VERSION:=3.00 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_RELEASE:=4 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master |
|
|
|
|
|
@ -160,6 +160,7 @@ transmission() { |
|
|
|
procd_add_jail_mount_rw "$config_dir/blocklists" |
|
|
|
procd_add_jail_mount_rw "$config_dir/stats.json" |
|
|
|
procd_add_jail_mount_rw "$download_dir" |
|
|
|
[ -d "$web_home" ] && procd_add_jail_mount_rw "$web_home" |
|
|
|
procd_close_instance |
|
|
|
} |
|
|
|
|
|
|
|