Bug 52683 - Неправильно работают политики Thunderbird
Summary: Неправильно работают политики Thunderbird
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gpupdate (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Valery Sinelnikov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-13 16:49 MSK by Elena Mishina
Modified: 2025-01-14 11:23 MSK (History)
3 users (show)

See Also:


Attachments
Политика "Блокировка редактора настроек" (345.26 KB, image/png)
2025-01-13 16:49 MSK, Elena Mishina
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elena Mishina 2025-01-13 16:49:04 MSK
Created attachment 17523 [details]
Политика "Блокировка редактора настроек"

gpupdate-0.12.0-alt1
admx-thunderbird.git=0.1.0-alt1

Политики Thunderbird работают "наоборот". Например, написано "Если эта политика включена, пользователь не может получить доступ к about:config."
По факту, если политика включена, то в настройках будет отображаться false и доступ к about:config будет, а если политику выключить (см.вложение), то в настройках получаем BlockAboutConfig true и доступ к about:config запрещен. 
Gpresult при этом показывает все верно.

Содержимое /etc/thunderbird/policies/policies.json:
{"policies": {"BlockAboutConfig": true, "PrimaryPassword": false, "BlockAboutAddons": false, "DisableMasterPasswordCreation": false, "DisablePasswordReveal": true, "DownloadDirectory": "${home}/Test", "PDFjs": {"Enabled": false}}}

В результате, например, невозможно настроить политику DownloadDirectory.
Comment 1 Repository Robot 2025-01-14 11:23:15 MSK
gpupdate-0.12.2-alt1 -> sisyphus:

 Tue Jan 14 2025 Valery Sinelnikov <greh@altlinux> 0.12.2-alt1
 - Fixed interpretation of boolean values (closes:52683)