You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
![]()
3 years ago
|
post_upgrade() {
|
||
|
cat << EOD
|
||
|
Sway's necessary privileges can now be obtained through seatd as well as the
|
||
|
incumbent polkit package. As such, polkit has been relegated to an optional
|
||
|
dependency.
|
||
|
|
||
|
Note that using seatd instead of polkit means that a user must be a part of the
|
||
|
"seat" group: Otherwise, the user will not be able to achieve the appropriate
|
||
|
privileged actions.
|
||
|
|
||
|
For more information, refer to the Sway wiki page.
|
||
|
EOD
|
||
|
}
|