main/postmarketos-ui-sxmo-*: explicitly add user to input
The input group should not be blanket allowed for UIs that do not need it as it bypasses the security benefits of Wayland. This change explicitly adds the input group to only the UIs that absolutely require it, which is only SXMO due to their udev rules and lisgd. Signed-off-by: Aster Boese <asterboese@mailbox.org> [ci:skip-vercheck] Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8767>
This commit is contained in:
parent
5c8d75d0c3
commit
9755b0ed94
4 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ install="
|
|||
$pkgname.post-install
|
||||
$pkgname.post-upgrade
|
||||
"
|
||||
_pmb_groups="input"
|
||||
_pmb_recommends="
|
||||
w3m
|
||||
sfeed
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ install="
|
|||
$pkgname.post-install
|
||||
$pkgname.post-upgrade
|
||||
"
|
||||
_pmb_groups="input"
|
||||
_pmb_recommends="
|
||||
w3m
|
||||
sfeed
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ install="
|
|||
$pkgname.post-upgrade
|
||||
"
|
||||
_pmb_groups="
|
||||
input
|
||||
seat
|
||||
"
|
||||
_pmb_recommends="
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ install="
|
|||
$pkgname.post-upgrade
|
||||
"
|
||||
_pmb_groups="
|
||||
input
|
||||
seat
|
||||
"
|
||||
_pmb_recommends="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue