[PATCH] dnsmasq: 'ipset' config sections

2020-10-22 Thread Aleksandr Mezin
Allow configuring ipsets with dedicated config sections: config ipset list name 'ss_rules_dst_forward' list name 'ss_rules6_dst_forward' list domain 't.me' list domain 'telegram.org' instead of current, rather inconvenient syntax: config dnsmasq ..

[PATCH ubus] ubusd_acl: add support for wildcard in methods

2020-10-22 Thread Ansuel Smith
Add support for wildcard in methods to permiss access to all methods defined by the object. This can be usefull for process that run as non-root user and needs to access ubus method. Signed-off-by: Ansuel Smith --- ...-add-support-for-wildcard-in-methods.patch | 37 +++ ubusd_acl

[PATCH] ubusd_acl: add support for wildcard in methods

2020-10-22 Thread Ansuel Smith
Add support for wildcard in methods to permiss access to all methods defined by the object. This can be usefull for process that run as non-root user and needs to access ubus method. Signed-off-by: Ansuel Smith --- ubusd_acl.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff -

Re: [PATCH ubus] ubusd_acl: add support for wildcard in methods

2020-10-22 Thread Ansuel Smith
Ignore... pls I will resend Il giorno ven 23 ott 2020 alle ore 02:58 Ansuel Smith ha scritto: > > Add support for wildcard in methods to permiss access to all methods > defined by the object. This can be usefull for process that run as > non-root user and needs to access ubus method. > > Signed-o

Re: system broken

2020-10-22 Thread e9hack
With your last change commit: 0b31713c856a0d8c6fe2961113a9317f7c3659dc rpcd: adapt defaults for changed ubus.sock path both of my routers does boot without any issue. Thanks!! Regards, Hartmut Am 22.10.2020 um 18:03 schrieb Daniel Golle: > Thanks for testing and reporting back. > > I have fi

Re: system broken

2020-10-22 Thread Daniel Golle
Thanks for testing and reporting back. I have fixed a bunch of config migration issues which would lead to ubus not starting up (and system hanging in preinit). This should have been fixed by commit de7ca7dafadfd650d031e0379ce0c002868d5936 Author: Daniel Golle Date: Thu Oct 22 13:13:39 2020 +01

Re: system broken

2020-10-22 Thread e9hack
Hi, I did check again, at which commit the issue starts Last working version: commit: d355b578b7cc95c5b07fcecb217dbac4c05bd49c target: include selinux-variants if CONFIG_SELINUX is set First not working version: commit: 2dffadece9a7243a236ce7d91719787a671e23d4 ubus: prepare to run ubusd as non-

RUT955: Several issues.

2020-10-22 Thread Reiner Karlsberg
Now I built a basic image (no mods to make menuconfig) for the RUT955, from latest openwrt. And I see in dmesg: [0.00] Linux version 5.4.72 (openwrt@minnow-dev-1) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r14736-6a56a6eb30)) #0 Wed Oct 21 14:26:43 2020 [0.00] printk: bootconsole [ea

Re: system broken

2020-10-22 Thread Daniel Golle
On Thu, Oct 22, 2020 at 02:36:51PM +0600, Roman Kuzmitskii wrote: > yeah, i found that it is broken too. > i tested on few octeon boards and all of them fall in ‘high memory device’ > category. > > reverting commit brings back the working tree back. > > i would suggest to revert for now and do b

[PATCH] mac80211: Fix wpa_supplicant config removal ubus call

2020-10-22 Thread Sven Eckelmann
If mac80211_setup_supplicant() is called with enabled=0 then it should just destroy the interface and remove the configuration from wpa_supplicant. But the ubus method call always returned Command failed: Method not found because the actual name of the method is "config_remove". Fixes: b551660

[no subject]

2020-10-22 Thread Roman Kuzmitskii via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- yeah, i found that it is broken to

system broken

2020-10-22 Thread e9hack
Hi, after commit a2def3663a0feff12550906c33f9ecc3e5fb2a5d procd: jail: clean up capability handling and non-root ubusd system doesn't work properly. After sysupgrade, system does not restart completely and hangs somewhere in the boot process. I've to do a hard reset. After this, system does b