Skip to content

Fix typo in basealtsystemdunits.adml #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gear/admx-basealt.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define _destdir %_datadir/PolicyDefinitions

Name: admx-basealt
Version: 0.4.0
Version: 0.4.1
Release: alt1

Summary: BaseALT-specific ADMX policy templates
Expand Down Expand Up @@ -36,6 +36,10 @@ done
%_destdir

%changelog
* Thu Mar 20 2025 Valentin Sokolov <[email protected]> 0.4.1-alt1
- Improved local administrator name policy
- Improved description of decryption policy

* Thu Mar 06 2025 Valentin Sokolov <[email protected]> 0.4.0-alt1
- Initial group policies for LAPS
- Added enable LAPS applier policy
Expand Down
2 changes: 1 addition & 1 deletion ru-RU/basealtsystemdunits.adml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable NetworkManager.service)

Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl отключить NetworkManager.service)
Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl disable NetworkManager.service)
      </string>

      <string id="nmb_service">Samba NMB Сервис</string>
Expand Down