Placing such files in /tmp/ is an unnecessary attack vector, as @pavelmachek showed. All udev rules, which mentioned /tmp/weston.log do not contain any path anymore. Logs can be read with: logread -f /var/log/messages | grep weston See also: <https://wiki.alpinelinux.org/wiki/Syslog>
23 lines
929 B
Plaintext
23 lines
929 B
Plaintext
pkgname=postmarketos-ui-weston
|
|
pkgver=4
|
|
pkgrel=1
|
|
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="GPL3+"
|
|
depends="weston-clients weston weston-shell-desktop weston-backend-fbdev
|
|
weston-backend-drm weston-backend-x11 weston-terminal
|
|
weston-xwayland xorg-server-xwayland postmarketos-demos"
|
|
makedepends=""
|
|
install="$pkgname.post-install"
|
|
subpackages=""
|
|
source="start_weston.sh $install"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/start_weston.sh \
|
|
"$pkgdir"/etc/profile.d/start_weston.sh
|
|
}
|
|
sha512sums="7e653d8188b19d29c698dd2df58d114a2304f2b6d605158d177acba225b1d60eed9c27909ce43dbaa353c85cd6b11f7aa08563907a026fda563f6601564d8b9a start_weston.sh
|
|
23958764613a14a49b300d7f4c6044fce75d8bdf23c2c5a6e9ffe7228a8fa2d0b2c8188dc0021f56f5c1bc6599d3691ede4e5a5c2a228a09bd7a804ae935bf29 postmarketos-ui-weston.post-install"
|