Thanks again mk-fg
COMPONENT variable added in last release.
In next will push your launcher code:
[[
( -r $(echo /proc/config.*)
&& -z $(bsdcat /proc/config.* | grep CONFIG_USER_NS=y) )
|| ( -r /proc/sys/kernel/unprivileged_userns_clone
&& $(< /proc/sys/kernel/unprivileged_userns_clone) != 1 )
]] && SANDBOX_FLAG="--no-sandbox" && echo "User namespaces are not detected as enabled on your system, Brave will run with the sandbox disabled"
Indeed Arch default kernel has that patch.
Pinned Comments
figue commented on 2019-11-20 16:50
If somebody wants to try my prebuilt package can add this repo:
Compilation is using ccm64 and default makepkg.conf, only tuned the PACKAGER and MAKEFLAGS="-j5".
maximbaz commented on 2019-07-10 11:26
I'm experimenting with Brave, this PKGBUILD also adds hardware video acceleration support via VA-API (you need to pass
--ignore-gpu-blacklistif you want to enable hardware video acceleration using VA-API).