Skip to content

Commit

Permalink
fix(root/ettercap): permission denied (#20090)
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed May 11, 2024
1 parent 2bb8085 commit 2d1a8f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion root-packages/ettercap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Comprehensive suite for MITM attacks, can sniff live con
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.8.3.1
TERMUX_PKG_REVISION=7
TERMUX_PKG_REVISION=8
TERMUX_PKG_SRCURL=https://github.com/Ettercap/ettercap/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d0c3ef88dfc284b61d3d5b64d946c1160fd04276b448519c1ae4438a9cdffaf3
TERMUX_PKG_DEPENDS="ethtool, libcurl, libiconv, libnet, libpcap, ncurses, ncurses-ui-libs, openssl, pcre, zlib"
Expand Down
16 changes: 16 additions & 0 deletions root-packages/ettercap/etterconf.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- ./share/etter.conf.v4 2024-05-11 12:53:00.000000000 +0800
+++ ./share/etter.conf.v4 2024-05-11 12:53:00.000000000 +0800
@@ -15,3 +15,3 @@
[privs]
-ec_uid = 65534 # nobody is the default
-ec_gid = 65534 # nobody is the default
+ #ec_uid = 65534 # nobody is the default
+ #ec_gid = 65534 # nobody is the default
--- ./share/etter.conf.v6 2024-05-11 12:53:00.000000000 +0800
+++ ./share/etter.conf.v6 2024-05-11 12:53:00.000000000 +0800
@@ -15,3 +15,3 @@
[privs]
-ec_uid = 65534 # nobody is the default
-ec_gid = 65534 # nobody is the default
+ #ec_uid = 65534 # nobody is the default
+ #ec_gid = 65534 # nobody is the default

0 comments on commit 2d1a8f5

Please sign in to comment.