Как юзеру разрешить заходить в настройки принтера
Материал из IT в школе
Версия от 11:42, 6 сентября 2023; Kekaloav (обсуждение | вклад) (Новая страница: « MOS12<blockquote>разрешение для пользователей mos-teacer (то есть для учителей вошедших через mos)<syntaxhighlight lang="bash"> echo -e "polkit.addRule(function(action, subject) {\n if (action.id == \"org.opensuse.cupspkhelper.mechanism.all-edit\" && \n subject.isInGroup(\"mos-teacher\")) {\n return polkit.Result.YES;\n }\n});" > /etc/polkit-1/rules.d/99-printer.rules chmod 700 /etc/polkit-1/rules.d/...»)
MOS12
разрешение для пользователей mos-teacer (то есть для учителей вошедших через mos)
echo -e "polkit.addRule(function(action, subject) {\n if (action.id == \"org.opensuse.cupspkhelper.mechanism.all-edit\" && \n subject.isInGroup(\"mos-teacher\")) {\n return polkit.Result.YES;\n }\n});" > /etc/polkit-1/rules.d/99-printer.rules chmod 700 /etc/polkit-1/rules.d/99-printer.rules chown polkitd:root /etc/polkit-1/rules.d/99-printer.rules