mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-01-22 18:03:58 +03:00
fix typos in adml files
This commit is contained in:
parent
0ea078385a
commit
f2073ac20a
@ -1255,7 +1255,7 @@
|
||||
</enum>
|
||||
</elements>
|
||||
</policy>
|
||||
<policy class="Machine" displayName="$(string.smb-conf-usershares)" explainText="$(string.smb-conf-usershares_help)" key="Software\BaseALT\Policies\Control" valueName="smb-conf-usershares" name="smb-conf-usershares">
|
||||
<policy class="Machine" displayName="$(string.smb-conf-usershares)" explainText="$(string.smb-conf-usershares_help)" key="Software\BaseALT\Policies\Control" valueName="smb-conf-usershares" name="smb-conf-usershares">
|
||||
<parentCategory ref="system:ALT_SambaOptions"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
@ -1324,6 +1324,6 @@
|
||||
<disabledValue>
|
||||
<string>disabled</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
||||
|
@ -442,13 +442,13 @@ Enabled — Remote access control to the OpenSSH server is enabled
|
||||
<string id="sshd-allow-groups-list">Allowed groups for access to OpenSSH server</string>
|
||||
<string id="sshd-allow-groups-list_help">This policy determines which groups are included in the list of allowed groups for the remote access service to the OpenSSH server
|
||||
|
||||
All users - Allow access to the OpenSSH server by all users
|
||||
All users — Allow access to the OpenSSH server by all users
|
||||
|
||||
Groups wheel and remote - Allow access to the OpenSSH server by «wheel» and «remote» groups
|
||||
Groups wheel and remote — Allow access to the OpenSSH server by «wheel» and «remote» groups
|
||||
|
||||
Only wheel - Allow access to the OpenSSH server by «wheel» group only
|
||||
Only wheel — Allow access to the OpenSSH server by «wheel» group only
|
||||
|
||||
Only remote - Allow access to the OpenSSH server by «remote» group only
|
||||
Only remote — Allow access to the OpenSSH server by «remote» group only
|
||||
</string>
|
||||
|
||||
<string id="sshd-allow-groups-list_users">All users</string>
|
||||
@ -459,17 +459,17 @@ Only remote - Allow access to the OpenSSH server by «remote» group only
|
||||
<string id="sshd-gssapi-auth">Support GSSAPI authentication on OpenSSH server</string>
|
||||
<string id="sshd-gssapi-auth_help">This policy enables support for authentication using GSSAPI on the OpenSSH server
|
||||
|
||||
Enable — GSSAPI support on the OpenSSH server is enabled
|
||||
Enabled — GSSAPI support on the OpenSSH server is enabled
|
||||
|
||||
Disable — GSSAPI support on the OpenSSH server is disabled
|
||||
Disabled — GSSAPI support on the OpenSSH server is disabled
|
||||
</string>
|
||||
|
||||
<string id="sshd-password-auth">Password authentication on OpenSSH server</string>
|
||||
<string id="sshd-password-auth_help">This policy enables support for password authentication on the OpenSSH server
|
||||
|
||||
Enable — Password authentication support on the OpenSSH server is enabled
|
||||
Enabled — Password authentication support on the OpenSSH server is enabled
|
||||
|
||||
Disable — Password authentication support on the OpenSSH server is disables
|
||||
Disabled — Password authentication support on the OpenSSH server is disabled
|
||||
</string>
|
||||
|
||||
<string id="sshd-permit-root-login">OpenSSH authentication of root by password</string>
|
||||
@ -491,9 +491,9 @@ Default — Reset the authentication mode for the superuser (root) to the packag
|
||||
<string id="ssh-gssapi-auth">Authentication of OpenSSH clients via GSSAPI</string>
|
||||
<string id="ssh-gssapi-auth_help">This policy defines the functionality to support authentication of OpenSSH clients using via GSSAPI
|
||||
|
||||
Enable — GSSAPI authentication support for OpenSSH clients is enabled
|
||||
Enabled — GSSAPI authentication support for OpenSSH clients is enabled
|
||||
|
||||
Disable — GSSAPI authentication support for OpenSSH clients is disabled
|
||||
Disabled — GSSAPI authentication support for OpenSSH clients is disabled
|
||||
</string>
|
||||
|
||||
<string id="sssd-ad-gpo-access-control">SSSD access control via Group Policies</string>
|
||||
@ -744,29 +744,29 @@ Only root — Only superuser (root) is permitted to run /usr/bin/Xorg
|
||||
<string id="role-usershares">Access for members of the «users» group to Network Shares</string>
|
||||
<string id="role-usershares_help">Allow members of the «users» group to access Network Shares through the privileges of the «usershares» group.
|
||||
|
||||
Disabled - access to Network Share s is allowed only to members of the «usershares» group;
|
||||
Disabled — access to Network Share s is allowed only to members of the «usershares» group;
|
||||
|
||||
Enabled - the privileges of the «usershares» group to access Network Shares apply to users included in the «users» group.
|
||||
Enabled — the privileges of the «usershares» group to access Network Shares apply to users included in the «users» group.
|
||||
</string>
|
||||
<string id="role-sambashare">Access for members of the «sambashare» group to Network Shares</string>
|
||||
<string id="role-sambashare_help">Allow members of the «sambashare» group to access Network Shares.
|
||||
|
||||
Disabled - deny access to Network Shares to members of the «sambashare» group;
|
||||
Disabled — deny access to Network Shares to members of the «sambashare» group;
|
||||
|
||||
Enabled - allow access to Network Shares to members of the «sambashare» group;
|
||||
Enabled — allow access to Network Shares to members of the «sambashare» group;
|
||||
|
||||
Default - allow access to Network Shares to members of the «sambashare» group.
|
||||
Default — allow access to Network Shares to members of the «sambashare» group.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-allow-guests">Guest access to Network Shares</string>
|
||||
<string id="smb-conf-usershare-allow-guests_help">Allow access to Network Shares without authentication.
|
||||
|
||||
The policy controls the «usershare allow guests» setting in smb.conf or usershares.conf, allowing the setting to be set to «yes» or «no». Since the parameter is security sensitive, its default value is «no».
|
||||
|
||||
Disabled - deny access to Network Shares without authentication;
|
||||
Disabled — deny access to Network Shares without authentication;
|
||||
|
||||
Enabled - allow access to Network Shares without authentication;
|
||||
Enabled — allow access to Network Shares without authentication;
|
||||
|
||||
Default - deny access to Network Shares without authentication.
|
||||
Default — deny access to Network Shares without authentication.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-allow-list">Permission to create Network Shares in root directory folders</string>
|
||||
<string id="smb-conf-usershare-allow-list_help">The policy defines the folders in the root directory where the user is allowed to create Network Shares.
|
||||
@ -774,11 +774,11 @@ Default - deny access to Network Shares without authentication.
|
||||
If the absolute path to the user's Network Shares does not include one of the listed folders in its name, access to the Network Share will be denied.
|
||||
This limits the list of folders in the root directory in which it is possible to create user Network Shares. By default, the root folders are set (/home /srv /mnt /media /var).
|
||||
If a «usershare prefix deny list» is configured, the deny list is processed first, and then the allow list.
|
||||
The policy controls the «usershare prefix allow list» setting in the usershares.conf file - opening or closing this setting with a comment.
|
||||
The policy controls the «usershare prefix allow list» setting in the usershares.conf file — opening or closing this setting with a comment.
|
||||
|
||||
Disabled - prohibit the creation of Network Shares in system folders from the list;
|
||||
Disabled — prohibit the creation of Network Shares in system folders from the list;
|
||||
|
||||
Enabled - allow creation of Network Shares in system folders from the list.
|
||||
Enabled — allow creation of Network Shares in system folders from the list.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-deny-list">Prohibit the creation of Network Shares in folders in the root directory</string>
|
||||
<string id="smb-conf-usershare-deny-list_help">The policy defines folders in the root directory where the user is not allowed to create Network Shares.
|
||||
@ -787,11 +787,11 @@ If the absolute path to the user's public directory starts with one of the liste
|
||||
Any other path that does not contain one of the listed folders in the name will allow the creation of the Network Shares.
|
||||
This limits the list of folders in the root directory in which it is possible to create user Network Shares. By default, the root folders are set (/etc /dev /sys /proc).
|
||||
If a «usershare prefix deny list» and a «usershare prefix allow list» are configured, the deny list is processed first, and then the allow list.
|
||||
The policy controls the «usershare prefix deny list» setting in the usershares.conf file - opening or closing this setting with a comment.
|
||||
The policy controls the «usershare prefix deny list» setting in the usershares.conf file — opening or closing this setting with a comment.
|
||||
|
||||
Disabled - allow creation of Network Shares in system folders from the list;
|
||||
Disabled — allow creation of Network Shares in system folders from the list;
|
||||
|
||||
Enabled - prohibit the creation of Network Shares in system folders from the list.
|
||||
Enabled — prohibit the creation of Network Shares in system folders from the list.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-owner-only">Access to Network Shares of other users</string>
|
||||
<string id="smb-conf-usershare-owner-only_help">The policy controls the user's right to access a Network Shares if the user is not the owner of that directory.
|
||||
@ -799,11 +799,11 @@ Enabled - prohibit the creation of Network Shares in system folders from the lis
|
||||
If the policy is enabled, the system will check the access rights to the Network Shares and deny access to those users who do not own it.
|
||||
If the policy is disabled, this check will not be performed and any directory can be shared, regardless of who owns it. The policy changes the «usershare owner only» setting in the usershares.conf file.
|
||||
|
||||
Disabled - open access to Network Shares of other users;
|
||||
Disabled — open access to Network Shares of other users;
|
||||
|
||||
Enabled - restrict public access, leaving access only to Network Shares owned by the user;
|
||||
Enabled — restrict public access, leaving access only to Network Shares owned by the user;
|
||||
|
||||
Default - access to shared directories is limited - only those Network Shares that he created are available to the user.
|
||||
Default — access to shared directories is limited — only those Network Shares that he created are available to the user.
|
||||
</string>
|
||||
<string id="smb-conf-usershares">Limit on Network Shares</string>
|
||||
<string id="smb-conf-usershares_help">Controls the number of Network Shares that users who belong to the usershares group can create.
|
||||
@ -813,11 +813,11 @@ The usershares directory is for creating Network Shares. The usershares director
|
||||
The «usershare max shares» parameter sets the number of shares that the specified users can create.
|
||||
The policy controls the «usershare max shares» setting in the smb.conf file.
|
||||
|
||||
Disabled - disable access to the user's Network Shares; «usershare max shares» parameter = 0;
|
||||
Disabled — disable access to the user's Network Shares; «usershare max shares» parameter = 0;
|
||||
|
||||
Enabled - enable access to the user's Network Shares; «usershare max shares» parameter = 100;
|
||||
Enabled — enable access to the user's Network Shares; «usershare max shares» parameter = 100;
|
||||
|
||||
Default - disable access to Network Shares the parameter «usershare max shares» is closed by a comment.
|
||||
Default — disable access to Network Shares the parameter «usershare max shares» is closed by a comment.
|
||||
</string>
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- (c) 2020 BaseALT, Ltd. -->
|
||||
<!-- (c) 2023 BaseALT, Ltd. -->
|
||||
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
|
||||
<displayName>ALT Group Policies definitions</displayName>
|
||||
<description>This file contains the Group Policy appliers definitions used by ALT operating system.</description>
|
||||
@ -117,7 +117,7 @@
|
||||
<string id="gpupdate_drive_maps_home_user">Mapping user's network drives in the home directory</string>
|
||||
<string id="gpupdate_drive_maps_home_user_help">Mapping user's network drives in the home directory
|
||||
|
||||
Disabled (default) — symbolic links to user's network drives mount points will not be placed in the home directory.
|
||||
Disable (default) — symbolic links to user's network drives mount points will not be placed in the home directory.
|
||||
|
||||
Enabled — symbolic links to user's network drives mount points will be displayed in the home directory:
|
||||
|
||||
|
@ -6,7 +6,15 @@
|
||||
<resources>
|
||||
<stringTable>
|
||||
<string id="org-mate-background-secondary-color">Final gradient color</string>
|
||||
<string id="org-mate-background-secondary-color_help">Set right or bottom color when drawing the gradient. Doesn't apply to solid color.</string>
|
||||
<string id="org-mate-background-secondary-color_help">Set right or bottom color when drawing the gradient. Doesn't apply to solid color.
|
||||
|
||||
Possible values:
|
||||
|
||||
Color keyword (red, aqua, navy, etc.);
|
||||
|
||||
String like #RRGGBB;
|
||||
|
||||
A string of type rgb(0,0,0).</string>
|
||||
|
||||
<string id="org-mate-background-picture-options">Desktop background options</string>
|
||||
<string id="org-mate-background-picture-options_help">Set how to display the desktop background. Possible values: "none", "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</string>
|
||||
@ -28,17 +36,25 @@
|
||||
<string id="org-mate-background-picture-filename_help">Set the image to use as the desktop background.</string>
|
||||
|
||||
<string id="org-mate-background-primary-color">The initial color of the gradient (solid fill color)</string>
|
||||
<string id="org-mate-background-primary-color_help">Set left, top, or solid color to be used for the gradient, depending on the defined gradient type.</string>
|
||||
<string id="org-mate-background-primary-color_help">Set left, top, or solid color to be used for the gradient, depending on the defined gradient type.
|
||||
|
||||
Possible values:
|
||||
|
||||
Color keyword (red, aqua, navy, etc.);
|
||||
|
||||
String like #RRGGBB;
|
||||
|
||||
A string of type rgb(0,0,0).</string>
|
||||
|
||||
<string id="org-mate-screensaver-idle-activation-enabled">Screen saver</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled_help">Turn on screen saver while idle.</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-true">enabled</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-false">disabled</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-true">Enabled</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-screensaver-lock-enabled">Screen lock</string>
|
||||
<string id="org-mate-screensaver-lock-enabled_help">Enable, to lock the computer while screen saver is active. Computer will be locked after the time interval set by the "Lock delay" setting.</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-true">enabled</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-false">disabled</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-true">Enabled</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-screensaver-mode">Screen saver mode</string>
|
||||
<string id="org-mate-screensaver-mode_help">Set screen saver mode. Possible options: "disabled" — disabled, "blank-only" — an empty screen,"single" — use one theme specified by the "themes" key,"random" — use a randomly selected theme.</string>
|
||||
@ -58,62 +74,62 @@
|
||||
|
||||
<string id="org-mate-screensaver-user-switch-enabled">Switching user after blocking</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled_help">Enable to allow switching to another account in the screen unlock dialog.</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-true">enabled</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-false">disabled</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-true">Enabled</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-screensaver-logout-enabled">User logout after blocking</string>
|
||||
<string id="org-mate-screensaver-logout-enabled_help">Enable to allow logging out in the screen unlock dialog. The delay is specified in the "Logout delay" setting.</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-true">enabled</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-false">disabled</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-true">Enabled</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-log-out">Forbid log out </string>
|
||||
<string id="org-mate-lockdown-disable-log-out_help">Enable to prevent the user from ending the session.</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-true">enabled</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-false">disabled</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-true">Enabled</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-lock-screen">Disable screen lock</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen_help">Set to disable automatic screen lock.</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-true">enabled</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-false">disabled</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-true">Enabled</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-user-switching">Forbid user switching</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching_help">Enable to prevent the user from switching to another account while their session is active.</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-true">enabled</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-false">disabled</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-true">Enabled</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-theme-settings">Forbid desktop theme customization</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings_help">Enabled to prevent the user from changing theme setthings.</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-true">enabled</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-false">disabled</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-true">Enabled</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-false">Disabled</string>
|
||||
|
||||
<string id="org-gnome-vino-view-only">Remote control</string>
|
||||
<string id="org-gnome-vino-view-only_help">If true, remote users accessing the desktop are only allowed to view the desktop. Remote users will not be able to use the mouse or keyboard.</string>
|
||||
<string id="org-gnome-vino-view-only-true">enabled</string>
|
||||
<string id="org-gnome-vino-view-only-false">disabled</string>
|
||||
<string id="org-gnome-vino-view-only-true">Enabled</string>
|
||||
<string id="org-gnome-vino-view-only-false">Disabled</string>
|
||||
|
||||
<string id="org-gnome-vino-prompt-enabled">Confirmation when connecting</string>
|
||||
<string id="org-gnome-vino-prompt-enabled_help">If true, remote users accessing the desktop are not allowed access until the user on the host machine approves the connection. Recommended when access is not password protected.</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-true">enabled</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-false">disabled</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-true">Enabled</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-gnome-vino-icon-visibility">Connection icon</string>
|
||||
<string id="org-gnome-vino-icon-visibility_help">This key controls the behavior of the connection status icon. There are three options: "always" - the icon will always be present; "client" - the icon will only be present when someone is connected (this is the default behavior); "never" - the icon will not be present.</string>
|
||||
<string id="org-gnome-vino-icon-visibility_help">This key controls the behavior of the connection status icon. There are three options: "always" — the icon will always be present; "client" — the icon will only be present when someone is connected (this is the default behavior); "never" — the icon will not be present.</string>
|
||||
<string id="org-gnome-vino-icon-visibility-never">Never</string>
|
||||
<string id="org-gnome-vino-icon-visibility-always">Always</string>
|
||||
<string id="org-gnome-vino-icon-visibility-client">Client</string>
|
||||
|
||||
<string id="org-gnome-vino-enabled">Remote access</string>
|
||||
<string id="org-gnome-vino-enabled_help">If true, allows remote access to desktop via the RFB protocol. Users on remote machines may then connect to the desktop using a VNC player.</string>
|
||||
<string id="org-gnome-vino-enabled-true">enabled</string>
|
||||
<string id="org-gnome-vino-enabled-false">disabled</string>
|
||||
<string id="org-gnome-vino-enabled-true">Enabled</string>
|
||||
<string id="org-gnome-vino-enabled-false">Disabled</string>
|
||||
|
||||
<string id="org-gnome-vino-alternative-port">Alternative port</string>
|
||||
<string id="org-gnome-vino-alternative-port_help">The port which the server will listen to if the 'use-alternative-port' key is set to true. Valid values are in the range of 5000 to 50000.</string>
|
||||
|
||||
<string id="org-gnome-vino-use-alternative-port">Enable alternative port</string>
|
||||
<string id="org-gnome-vino-use-alternative-port_help">If true, the server will listen on another port, instead of the default (5900). The port must be specified in the 'alternative-port' key.</string>
|
||||
<string id="org-gnome-vino-use-alternative-true">enabled</string>
|
||||
<string id="org-gnome-vino-use-alternative-false">disabled</string>
|
||||
<string id="org-gnome-vino-use-alternative-true">Enabled</string>
|
||||
<string id="org-gnome-vino-use-alternative-false">Disabled</string>
|
||||
|
||||
<string id="org-gnome-vino-authentication-methods">Authentication methods</string>
|
||||
<string id="org-gnome-vino-authentication-methods_help">Lists the authentication methods with which remote users may access the desktop. There are two possible authentication methods; "vnc" causes the remote user to be prompted for a password (the password is specified by the vnc-password key) before connecting and "none" which allows any remote user to connect.</string>
|
||||
@ -128,79 +144,79 @@
|
||||
|
||||
<string id="org-mate-marco-general-wrap-style">Switch workspaces</string>
|
||||
<string id="org-mate-marco-general-wrap-style_help">The wrap style is used to determine how to switch from one workspace to another at the border of the workspace switcher. When set to "no wrap", nothing will happen if you try to switch to a workspace past the border of the workspace switcher. If set to "classic", the old marco behavior is used: the end of one row leads to the beginning of the next and the end of a column leads to the beginning of the next. If set to "toroidal", workspaces are connected like a doughnut: the end of each row leads to its own beginning and the end of each column leads to its own beginning.</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-no-wrap">no wrap</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-classic">classic</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-toroidal">toroidal</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-no-wrap">No wrap</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-classic">Classic</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-toroidal">Toroidal</string>
|
||||
|
||||
<string id="org-mate-marco-general-show-tab-border">Show window border</string>
|
||||
<string id="org-mate-marco-general-show-tab-border_help">Set this to false to disable border of preselected window while performing tab switching.</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-true">enabled</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-false">disabled</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-allow-top-tiling">Allow top tiling</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling_help">If enabled, drag-dropping a window to the top of the screen will maximize it. Only works when allow-tiling is enabled.</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-true">enabled</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-false">disabled</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-focus-new-windows">Switch focus to a new window</string>
|
||||
<string id="org-mate-marco-general-focus-new-windows_help">This option provides additional control over how newly created windows get focus. It has two possible values; "smart" applies the user's normal focus mode, and "strict" results in windows started from a terminal not being given focus.</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-smart">smart</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-strict">strict</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-smart">Smart</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-strict">Strict</string>
|
||||
|
||||
<string id="org-mate-marco-general-allow-tiling">Resizing when drag-dropping</string>
|
||||
<string id="org-mate-marco-general-allow-tiling_help">If enabled, dropping windows on screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Drag-dropping to the top maximizes the window if allow-top-tiling is enabled.</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-true">enabled</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-false">disabled</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-num-workspaces">Number of workspaces</string>
|
||||
<string id="org-mate-marco-general-num-workspaces_help">Set the number of workspaces. The range of acceptable values is 1-36.</string>
|
||||
|
||||
<string id="org-mate-marco-general-placement-mode">Location of new windows</string>
|
||||
<string id="org-mate-marco-general-placement-mode_help">Indicates how new windows are positioned. "automatic" means the system chooses a location automatically based on the space available on the desktop, or by a simple cascade if there is no space; "pointer" means that new windows are placed according to the mouse pointer position; "manual" means that the user must manually place the new window with the mouse or keyboard.</string>
|
||||
<string id="org-mate-marco-general-placement-mode-automatic">automatic</string>
|
||||
<string id="org-mate-marco-general-placement-mode-pointer">pointer</string>
|
||||
<string id="org-mate-marco-general-placement-mode-manual">manual</string>
|
||||
<string id="org-mate-marco-general-placement-mode-automatic">Automatic</string>
|
||||
<string id="org-mate-marco-general-placement-mode-pointer">Pointer</string>
|
||||
<string id="org-mate-marco-general-placement-mode-manual">Manual</string>
|
||||
|
||||
<string id="org-mate-marco-general-auto-raise">Raise the window in focus</string>
|
||||
<string id="org-mate-marco-general-auto-raise_help">If set to true, and the focus mode is either "sloppy" or "mouse" then the focused window will be automatically raised after a delay specified by the auto_raise_delay key. This is not related to clicking on a window to raise it, nor to entering a window during drag-and-drop.</string>
|
||||
<string id="org-mate-marco-general-auto-raise-true">enabled</string>
|
||||
<string id="org-mate-marco-general-auto-raise-false">disabled</string>
|
||||
<string id="org-mate-marco-general-auto-raise-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-auto-raise-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar">Action by the middle button</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar_help">Set the action performed by pressing the middle mouse button.</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-last">last</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_shade">Toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize">Toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_horizontally">Toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_vertically">Toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-minimize">Minimize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-none">None</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-lower">Lower</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-menu">Menu</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-last">Last</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar">Action by the right button</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar_help">Set the action performed by pressing the right button on the header.</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-last">last</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_shade">Toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize">Toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_horizontally">Toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_vertically">Toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-minimize">Minimize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-none">None</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-lower">Lower</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-menu">Menu</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-last">Last</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar">Action by the double click</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar_help">Set the action performed by double-click the left button on the header.</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-last">last</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_shade">Toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize">Toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_horizontally">Toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_vertically">Toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-minimize">Minimize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-none">None</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-lower">Lower</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-menu">Menu</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-last">Last</string>
|
||||
|
||||
<string id="org-mate-marco-general-theme">Theme</string>
|
||||
<string id="org-mate-marco-general-theme_help">The theme determines the appearance of window borders, titlebar, and so forth.</string>
|
||||
@ -210,27 +226,27 @@
|
||||
|
||||
<string id="org-mate-marco-general-focus-mode">Window focus switch mode</string>
|
||||
<string id="org-mate-marco-general-focus-mode_help">Set the window focus switching mode.</string>
|
||||
<string id="org-mate-marco-general-focus-mode-click">click</string>
|
||||
<string id="org-mate-marco-general-focus-mode-sloppy">sloppy</string>
|
||||
<string id="org-mate-marco-general-focus-mode-mouse">mouse</string>
|
||||
<string id="org-mate-marco-general-focus-mode-click">Click</string>
|
||||
<string id="org-mate-marco-general-focus-mode-sloppy">Sloppy</string>
|
||||
<string id="org-mate-marco-general-focus-mode-mouse">Mouse</string>
|
||||
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font">System font in the titlebar</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font_help">When enabled, the system font will be used in the window titlebar.</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-true">enabled</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-false">disabled</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab">Thumbnails when switching windows</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab_help">If set to true, no window thumbnails will be displayed in the alt-tab popup window when the compositing manager is enabled. Application icons will be displayed instead.</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-true">enabled</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-false">disabled</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-auto-raise-delay">Auto raise delay</string>
|
||||
<string id="org-mate-marco-general-auto-raise-delay_help">The time delay before raising a window if auto_raise is set to true. The delay is given in milliseconds.</string>
|
||||
|
||||
<string id="org-mate-marco-general-center-new-windows">Center new windows</string>
|
||||
<string id="org-mate-marco-general-center-new-windows_help">If set to true, new windows are opened in the center of the screen. Otherwise, they are opened at the top left of the screen.</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-true">enabled</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-false">disabled</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-true">Enabled</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-marco-general-icon-size">Icon size</string>
|
||||
<string id="org-mate-marco-general-icon-size_help">Size of the application icons displayed in alt-tab popup window. The screen's scale factor is applied to this value.</string>
|
||||
@ -243,8 +259,8 @@
|
||||
|
||||
<string id="org-mate-peripherals-keyboard-repeat">Enable repeat</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat_help">Enable repeat of the pressed and held key.</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-true">enabled</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-false">disabled</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-true">Enabled</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-false">Disabled</string>
|
||||
|
||||
<string id="org-mate-peripherals-keyboard-rate">Repeat rate</string>
|
||||
<string id="org-mate-peripherals-keyboard-rate_help">Sets the repeat rate of the pressed and held key.</string>
|
||||
@ -255,7 +271,7 @@
|
||||
<textBox refId="OrgMateBackgroundSecondaryColor_setter">
|
||||
<label>Set the color:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundSecondaryColor_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateBackgroundSecondaryColor_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -271,7 +287,7 @@
|
||||
|
||||
<presentation id="OrgMateBackgroundPictureOptionsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundPictureOptions_setter">Method for displaying the desktop background:</dropdownList>
|
||||
<checkBox refId="OrgMateBackgroundPictureOptions_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateBackgroundPictureOptions_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -281,7 +297,7 @@
|
||||
|
||||
<presentation id="OrgMateBackgroundColorShadingTypeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundColorShadingType_setter">Set the gradient type:</dropdownList>
|
||||
<checkBox refId="OrgMateBackgroundColorShadingType_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateBackgroundColorShadingType_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -295,7 +311,7 @@
|
||||
<textBox refId="OrgMateBackgroundPictureFilename_setter">
|
||||
<label>File:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundPictureFilename_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateBackgroundPictureFilename_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -309,19 +325,19 @@
|
||||
<textBox refId="OrgMateBackgroundPrimaryColor_setter">
|
||||
<label>Set the color:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundPrimaryColor_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateBackgroundPrimaryColor_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreesaverIdleActivationEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreesaverIdleActivationEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateScreesaverIdleActivationEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreesaverIdleActivationEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLockEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLockEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverLockEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverLockEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -331,7 +347,7 @@
|
||||
|
||||
<presentation id="OrgMateScreensaverModeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverMode_setter">Select an operating mode:</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverMode_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverMode_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -343,7 +359,7 @@
|
||||
<presentation id="OrgMateScreensaverLockDelayMachine-pr">
|
||||
<text>The interval in minutes between the activation of the screen saver and the appearance of the logout dialog during activation</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLockDelay_setter" defaultValue="2">Time in minutes:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverLockDelay_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverLockDelay_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -355,7 +371,7 @@
|
||||
<presentation id="OrgMateScreensaverLogoutDelayMachine-pr">
|
||||
<text>The number of minutes after which, after activating the screen saver, the screen will be locked</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLogoutDelay_setter" defaultValue="3">Time in minutes:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverLogoutDelay_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverLogoutDelay_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -367,55 +383,55 @@
|
||||
<presentation id="OrgMateScreensaverCycleDelayMachine-pr">
|
||||
<text>The interval in minutes between changing the themes of the screen saver</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverCycleDelay_setter" defaultValue="2">Time in minutes:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverCycleDelay_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverCycleDelay_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLogoutEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLogoutEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverLogoutEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverLogoutEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverUserSwitchEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverUserSwitchEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverUserSwitchEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateScreensaverUserSwitchEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableLogOutMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLogOut_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableLogOut_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateLockdownDisableLogOut_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableLockScreenMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLockScreen_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableLockScreen_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateLockdownDisableLockScreen_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableUserSwitchingMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableUserSwitching_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableUserSwitching_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateLockdownDisableUserSwitching_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableThemeSettingsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableThemeSettings_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableThemeSettings_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgMateLockdownDisableThemeSettings_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoViewOnlyMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoViewOnly_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoViewOnly_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoViewOnly_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoPromptEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoPromptEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoPromptEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoPromptEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -425,13 +441,13 @@
|
||||
|
||||
<presentation id="OrgGnomeVinoIconVisibilityMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoIconVisibility_setter">Show notification:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoIconVisibility_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoIconVisibility_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoEnabled_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoEnabled_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoEnabled_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -441,13 +457,13 @@
|
||||
|
||||
<presentation id="OrgGnomeVinoAlternativePortMachine-pr">
|
||||
<decimalTextBox refId="OrgGnomeVinoAlternativePort_setter" defaultValue="5000">Port:</decimalTextBox>
|
||||
<checkBox refId="OrgGnomeVinoAlternativePort_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoAlternativePort_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoUseAlternativePortMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoUseAlternativePort_setter">Choose "enabled" or "disabled":</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoUseAlternativePort_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoUseAlternativePort_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -457,7 +473,7 @@
|
||||
|
||||
<presentation id="OrgGnomeVinoAuthenticationMethodsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoAuthenticationMethods_setter">Method:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoAuthenticationMethods_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoAuthenticationMethods_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -471,7 +487,7 @@
|
||||
<textBox refId="OrgGnomeVinoVncPassword_setter">
|
||||
<label>Password:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgGnomeVinoVncPassword_setter_blocker">Lock</checkBox>
|
||||
<checkBox refId="OrgGnomeVinoVncPassword_setter_blocker">Block</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
@ -555,78 +571,78 @@
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionMiddleClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionMiddleClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter_blocker">lock</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionRightClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionRightClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter_blocker">lock</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionDoubleClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionDoubleClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter">Action:</dropdownList>
|
||||
<text>toggle_shade - will shade/unshade the window
|
||||
toggle_maximize - will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally - which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically - which will maximize/unmaximize the window vertically
|
||||
none - nothing
|
||||
lower - will put the window behind all the others
|
||||
menu - will display the window menu
|
||||
last - repeat last action</text>
|
||||
<text>toggle_shade — will shade/unshade the window
|
||||
toggle_maximize — will maximize/unmaximize the window
|
||||
toggle_maximize_horizontally — which will maximize/unmaximize the window horizontally
|
||||
toggle_maximize_vertically — which will maximize/unmaximize the window vertically
|
||||
none — nothing
|
||||
lower — will put the window behind all the others
|
||||
menu — will display the window menu
|
||||
last — repeat last action</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter_blocker">lock</checkBox>
|
||||
<text>Lock changes to this setting. User policies for this setting will be ignored.</text>
|
||||
</presentation>
|
||||
|
@ -14,23 +14,25 @@
|
||||
|
||||
This policy grants or restricts users the right to install packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon install "package_name"
|
||||
|
||||
@ -41,23 +43,25 @@ Action example: pkcon install "package_name"
|
||||
|
||||
This policy grants or restricts users the right to install packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon install "package_name"
|
||||
|
||||
@ -68,23 +72,25 @@ Action example: pkcon install "package_name"
|
||||
|
||||
This policy grants or restricts users the right to uninstall packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon remove "package_name"
|
||||
|
||||
@ -95,23 +101,25 @@ Action example: pkcon remove "package_name"
|
||||
|
||||
This policy grants or restricts users the right to uninstall packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon remove "package_name"
|
||||
|
||||
@ -122,23 +130,25 @@ Action example: pkcon remove "package_name"
|
||||
|
||||
This policy grants or restricts users the right to update packages installed on the system through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon update
|
||||
|
||||
@ -147,25 +157,27 @@ Action example: pkcon update
|
||||
<string id="org-freedesktop-packagekit-system-update-user">Permission to update packages</string>
|
||||
<string id="org-freedesktop-packagekit-system-update-user_help">Permission to update packages
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Disable/Not configured - permissions are determined by system settings - default settings for polkit actions;
|
||||
Disabled/Not configured — permissions are determined by system settings — default settings for polkit actions;
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon update
|
||||
|
||||
@ -176,23 +188,25 @@ Action example: pkcon update
|
||||
|
||||
This policy grants or restricts users the right to update system package sources using the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon refresh
|
||||
|
||||
@ -203,23 +217,25 @@ Action example: pkcon refresh
|
||||
|
||||
This policy grants or restricts users the right to update system package sources using the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon refresh
|
||||
|
||||
@ -230,23 +246,25 @@ Action example: pkcon refresh
|
||||
|
||||
This policy grants or restricts users the right to restore the package system if it has problems, such as missing dependencies, through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon repair
|
||||
|
||||
@ -257,23 +275,25 @@ Action example: pkcon repair
|
||||
|
||||
This policy grants or restricts users the right to restore the package system if it has problems, such as missing dependencies, through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
Action example: pkcon repair
|
||||
|
||||
@ -284,23 +304,25 @@ Action example: pkcon repair
|
||||
|
||||
This policy grants or restricts users to edit package sources on the system through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -309,23 +331,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts users to edit package sources on the system through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -334,23 +358,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts user rights to install untrusted or unverified packages for external PackageKit package management.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -359,23 +385,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts user rights to install untrusted or unverified packages for external PackageKit package management.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -384,23 +412,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts users the right to reinstall packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -409,23 +439,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts users the right to reinstall packages through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -434,23 +466,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts the right to accept the software user agreement through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -459,23 +493,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts the right to accept the software user agreement through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
@ -484,23 +520,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts users the right to add the signing key to the list of trusted keys in the system through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-system-trust-signing-key-user">Разрешение на добавление ключа электронной подписи</string>
|
||||
@ -508,23 +546,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts users the right to add the signing key to the list of trusted keys in the system through the PackageKit package management interface.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disabled/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enabled — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
|
@ -12,22 +12,22 @@
|
||||
<string id="packages_install">Software install</string>
|
||||
<string id="packages_install_help">This policy defines the list of packages to be installed
|
||||
|
||||
List of packages to install:
|
||||
Specify a list of packages, one per line:
|
||||
</string>
|
||||
<string id="packages_remove">Software removal</string>
|
||||
<string id="packages_remove_help">This policy defines the list of packages to be removed
|
||||
|
||||
List of packages to remove:
|
||||
Specify a list of packages, one per line
|
||||
</string>
|
||||
|
||||
<string id="packages_upgrade">Automatic software upgrade</string>
|
||||
<string id="packages_upgrade_help">This policy defines automatic update behavior
|
||||
|
||||
Undefined - Do nothing
|
||||
Not configured — Do nothing
|
||||
|
||||
Disabled - Don't update OS automatically
|
||||
Disabled — Don't update OS automatically
|
||||
|
||||
Enabled - Update OS automatically
|
||||
Enabled — Update OS automatically
|
||||
</string>
|
||||
|
||||
<string id="sync_packages_work_machine">Synchronous work with packages</string>
|
||||
|
@ -11,23 +11,25 @@
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-user">Permission to mount removable storage devices</string>
|
||||
@ -35,23 +37,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat">Permission to mount removable storage devices in remote sessions</string>
|
||||
@ -59,23 +63,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices from a device connected to a remote workstation (for example, on another computer or remote session).
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat-user">Permission to mount removable storage devices in remote sessions</string>
|
||||
@ -83,23 +89,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices from a device connected to a remote workstation (for example, on another computer or remote session).
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system">Permission to mount system partitions</string>
|
||||
@ -107,25 +115,27 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to matically mount system partitions.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Выключить/Не настроено — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system-user">Permission to mount system partitions</string>
|
||||
@ -133,23 +143,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to matically mount system partitions.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-all">General mount policy</string>
|
||||
@ -157,23 +169,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices, mount system partitions, mount removable storage devices in remote sessions.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-all-user">General mount policy</string>
|
||||
@ -181,23 +195,25 @@ Possible values:
|
||||
|
||||
This policy grants or restricts permissions to mount removable storage devices, mount system partitions, mount removable storage devices in remote sessions.
|
||||
|
||||
Disable/Not configured - Permissions are determined by system settings. Default is «Auth_admin»
|
||||
Disable/Not configured — Permissions are determined by system settings. Default is «Auth_admin»
|
||||
|
||||
Enable - permission to mount with set rights;
|
||||
Enable — permission to mount with set rights;
|
||||
|
||||
Possible values:
|
||||
|
||||
«No» - Not authorized;
|
||||
"No" — block permissions (the user is not allowed to perform the action);
|
||||
|
||||
«Yes» - Authorized;
|
||||
"Yes" — grant permissions (the user can perform the action without any authentication);
|
||||
|
||||
«Auth_self» - Authentication by the owner of the session that the client originates from is required. Note that this is not restrictive enough for most uses on multi-user systems; auth_admin* is generally recommended;
|
||||
"Auth_self" — The user must enter their password to authenticate. Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin" permission is generally recommended;
|
||||
|
||||
«Auth_admin» - Authentication by an administrative user is required;
|
||||
"Auth_admin" — The user must enter an administrator password on each request. Requires user authentication with administrator rights;
|
||||
|
||||
«Auth_self_keep» - Like auth_self but the authorization is kept for a brief period (e.g. five minutes). The warning about auth_self above applies likewise;
|
||||
"Auth_self_keep" — Similar to "Auth_self", but the authorization is kept for a short period of time (for example, five minutes). Note that this permission is not sufficient for most uses on multi-user systems, the "Auth_admin_keep" permission is generally recommended;
|
||||
|
||||
«Auth_admin_keep» - Like auth_admin but the authorization is kept for a brief period (e.g. five minutes).
|
||||
"Auth_admin_keep" — similar to "Auth_admin", but the authorization is kept for a short period of time (for example, five minutes);
|
||||
|
||||
Note: the possession of administrative rights in the context of PolicyKit is determined by its rules. By default, Alt asks for the password of the user in the "wheel" group.
|
||||
|
||||
</string>
|
||||
|
||||
|
@ -9,201 +9,201 @@
|
||||
<string id="accounts-daemon_service">Accounts Service (accounts-daemon)</string>
|
||||
<string id="accounts-daemon_service_help">This policy determines whether the systemd unit of the Accounts Service (accounts-daemon) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable accounts-daemon.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable accounts-daemon.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable accounts-daemon.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable accounts-daemon.service)
|
||||
</string>
|
||||
|
||||
<string id="acpid_service">ACPI Event Daemon</string>
|
||||
<string id="acpid_service_help">This policy determines whether the systemd unit of the ACPI Event Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable acpid.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable acpid.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable acpid.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable acpid.service)
|
||||
</string>
|
||||
|
||||
<string id="ahttpd_service">Alterator Web frontend server</string>
|
||||
<string id="ahttpd_service_help">This policy determines whether the systemd unit of the Alterator WWW (Web) frontend server is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable ahttpd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable ahttpd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable ahttpd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable ahttpd.service)
|
||||
</string>
|
||||
|
||||
<string id="alteratord_service">Alterator backend</string>
|
||||
<string id="alteratord_service_help">This policy determines whether the systemd unit of the Alterator backend server is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable alteratord.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable alteratord.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable alteratord.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable alteratord.service)
|
||||
</string>
|
||||
|
||||
<string id="auditd_service">Security Auditing Service</string>
|
||||
<string id="auditd_service_help">This policy determines whether the systemd unit of the Security Auditing Service is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable auditd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable auditd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable auditd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable auditd.service)
|
||||
</string>
|
||||
|
||||
<string id="avahi-daemon_service">Avahi mDNS/DNS-SD Stack</string>
|
||||
<string id="avahi-daemon_service_help">This policy determines whether the systemd unit of the Avahi mDNS/DNS-SD Stack is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable avahi-daemon.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable avahi-daemon.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable avahi-daemon.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable avahi-daemon.service)
|
||||
</string>
|
||||
|
||||
<string id="bind_service">DNS Server BIND</string>
|
||||
<string id="bind_service_help">This policy determines whether the systemd unit of the DNS server BIND (Berkeley Internet Name Domain) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable bind.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable bind.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable bind.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable bind.service)
|
||||
</string>
|
||||
|
||||
<string id="chronyd_service">Chronyd (NTP Service)</string>
|
||||
<string id="chronyd_service_help">This policy determines whether the systemd unit of the NTP client/server Chronyd is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable chronyd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable chronyd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable chronyd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable chronyd.service)
|
||||
</string>
|
||||
|
||||
<string id="colord_service">Service colord</string>
|
||||
<string id="colord_service_help">This policy determines whether the systemd unit of the Service for manage, Install and generate color profiles is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable colord.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable colord.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable colord.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable colord.service)
|
||||
</string>
|
||||
|
||||
<string id="consolesaver_service">Сonsolesaver Service SYSV</string>
|
||||
<string id="consolesaver_service_help">This policy determines whether the systemd unit of the Сonsolesaver (SYSV: This package loads console powersaver configuration) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable consolesaver.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable consolesaver.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable consolesaver.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable consolesaver.service)
|
||||
</string>
|
||||
|
||||
<string id="cpufreq-simple_service">Cpufreq-simple service</string>
|
||||
<string id="cpufreq-simple_service_help">This policy determines whether the systemd unit of the Cpufreq-simple service (loads kernel modules needed to scale cpufreq) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable cpufreq-simple.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable cpufreq-simple.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable cpufreq-simple.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable cpufreq-simple.service)
|
||||
</string>
|
||||
|
||||
<string id="crond_service">Crond Service</string>
|
||||
<string id="crond_service_help">This policy determines whether the systemd unit of the Cron Demon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable crond.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable crond.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable crond.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable crond.service)
|
||||
</string>
|
||||
|
||||
<string id="dbus_service">D-Bus System Message Bus</string>
|
||||
<string id="dbus_service_help">This policy determines whether the systemd unit of the D-Bus System Message Bus is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable dbus.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable dbus.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable dbus.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable dbus.service)
|
||||
</string>
|
||||
|
||||
<string id="dnsmasq_service">Service Dnsmasq</string>
|
||||
<string id="dnsmasq_service_help">This policy determines whether the systemd unit of the Service Dnsmasq (lightweight DHCP and caching DNS server, as well as TFTP server to support netboot) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable dnsmasq.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable dnsmasq.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable dnsmasq.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable dnsmasq.service)
|
||||
</string>
|
||||
|
||||
<string id="gpm_service">Console Mouse manager</string>
|
||||
<string id="gpm_service_help">This policy determines whether the systemd unit of the Console Mouse manager is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable gpm.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable gpm.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable gpm.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable gpm.service)
|
||||
</string>
|
||||
|
||||
<string id="kmod-static-nodes_service">Systemd Unit kmod-static-nodes</string>
|
||||
<string id="kmod-static-nodes_service_help">This policy determines whether the systemd unit of the Systemd Unit kmod-static-nodes (сreates a list of required static device nodes for the current kernel) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable kmod-static-nodes.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable kmod-static-nodes.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable kmod-static-nodes.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable kmod-static-nodes.service)
|
||||
</string>
|
||||
|
||||
<string id="krb5kdc_service">Kerberos 5 KDC</string>
|
||||
<string id="krb5kdc_service_help">This policy determines whether the systemd unit of the systemd unit of the Kerberos 5 KDC is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable krb5kdc.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable krb5kdc.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable krb5kdc.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable krb5kdc.service)
|
||||
</string>
|
||||
|
||||
<string id="lightdm_service">Graphical display manager (lihgtdm)</string>
|
||||
<string id="lightdm_service_help">This policy determines whether the systemd unit of the lightdm is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable lightdm.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable lightdm.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable lightdm.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable lightdm.service)
|
||||
</string>
|
||||
|
||||
<string id="ModemManager_service">Modem Manager</string>
|
||||
<string id="ModemManager_service_help">This policy determines whether the systemd unit of the Modem Manager is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable ModemManager.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable ModemManager.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable ModemManager.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable ModemManager.service)
|
||||
</string>
|
||||
|
||||
<string id="network_service">Network Connectivity Service</string>
|
||||
<string id="network_service_help">This policy determines whether the systemd unit of the Network Connectivity Service is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable network.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable network.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable network.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable network.service)
|
||||
|
||||
WARNING! Turning off the Network Manager will make the network inoperable. You must manually start Network Manager to restore it.
|
||||
</string>
|
||||
@ -211,161 +211,161 @@ WARNING! Turning off the Network Manager will make the network inoperable. You m
|
||||
<string id="NetworkManager-wait-online_service">Network manager waiting for network on boot</string>
|
||||
<string id="NetworkManager-wait-online_service_help">This policy determines whether the systemd unit of the Network Manager Wait Online is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable NetworkManager-wait-online.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable NetworkManager-wait-online.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable NetworkManager-wait-online.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable NetworkManager-wait-online.service)
|
||||
</string>
|
||||
|
||||
<string id="NetworkManager_service">Network Manager service</string>
|
||||
<string id="NetworkManager_service_help">This policy determines whether the systemd unit of the Network Manager is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable NetworkManager.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable NetworkManager.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable NetworkManager.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable NetworkManager.service)
|
||||
</string>
|
||||
|
||||
<string id="nmb_service">Samba NMB Daemon</string>
|
||||
<string id="nmb_service_help">This policy determines whether the systemd unit of the Samba NMB Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable nmb.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable nmb.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable nmb.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable nmb.service)
|
||||
</string>
|
||||
|
||||
<string id="nscd_service">Name Service Cache Daemon</string>
|
||||
<string id="nscd_service_help">This policy determines whether the systemd unit of the Name Service Cache Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable nscd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable nscd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable nscd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable nscd.service)
|
||||
</string>
|
||||
|
||||
<string id="nslcd_service">Naming services LDAP client daemon</string>
|
||||
<string id="nslcd_service_help">This policy determines whether the systemd unit of the Naming services LDAP client daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable nslcd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable nslcd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable nslcd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable nslcd.service)
|
||||
</string>
|
||||
|
||||
<string id="oddjobd_service">System module oddjobd</string>
|
||||
<string id="oddjobd_service_help">This policy determines whether the systemd unit of the oddjobd (used for run privileged operations for unprivileged processes) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable oddjobd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable oddjobd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable oddjobd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable oddjobd.service)
|
||||
</string>
|
||||
|
||||
<string id="openct_service">SYSV: Smartcard Terminal Tnterface</string>
|
||||
<string id="openct_service_help">This policy determines whether the systemd unit of the Openct (SYSV: Smartcard Terminal Tnterface) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable openct.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable openct.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable openct.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable openct.service)
|
||||
</string>
|
||||
|
||||
<string id="cups_service">CUPS Scheduler</string>
|
||||
<string id="cups_service_help">This policy determines whether the systemd unit of the Service CUPS (Scheduler) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable cups.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable cups.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable cups.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable cups.service)
|
||||
</string>
|
||||
|
||||
<string id="pcscd_service">PC/SC Smart Card Daemon</string>
|
||||
<string id="pcscd_service_help">This policy determines whether the systemd unit of the PC/SC Smart Card Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable pcscd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable pcscd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable pcscd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable pcscd.service)
|
||||
</string>
|
||||
|
||||
<string id="polkit_service">Authorization Manager</string>
|
||||
<string id="polkit_service_help">This policy determines whether the systemd unit of the Authorization Manager (polkit) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable polkit.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable polkit.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable polkit.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable polkit.service)
|
||||
</string>
|
||||
|
||||
<string id="smb_service">Samba SMB Daemon</string>
|
||||
<string id="smb_service_help">This policy determines whether the systemd unit of the Samba SMB Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable smb.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable smb.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable smb.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable smb.service)
|
||||
</string>
|
||||
|
||||
<string id="sshd_service">Secure shell daemon (sshd)</string>
|
||||
<string id="sshd_service_help">This policy determines whether the systemd unit of the OpenSSH server daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable sshd.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable sshd.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable sshd.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable sshd.service)
|
||||
</string>
|
||||
|
||||
<string id="upower_service">Daemon Upower</string>
|
||||
<string id="upower_service_help">This policy determines whether the systemd unit of the Daemon Upower (power management) is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable upower.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable upower.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable upower.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable upower.service)
|
||||
</string>
|
||||
|
||||
<string id="winbind_service">Samba Winbind Daemon</string>
|
||||
<string id="winbind_service_help">This policy determines whether the systemd unit of the Samba Winbind Daemon is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable winbind.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable winbind.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable winbind.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable winbind.service)
|
||||
</string>
|
||||
|
||||
<string id="postfix_service">Postfix Mail Transport Agent</string>
|
||||
<string id="postfix_service_help">This policy determines whether the systemd unit of the Postfix Mail Transport Agent is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable postfix.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable postfix.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable postfix.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable postfix.service)
|
||||
</string>
|
||||
|
||||
<string id="rpcbind_service">RPC bind Service</string>
|
||||
<string id="rpcbind_service_help">This policy determines whether the systemd unit RPC bind Service is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
Not Configuration — Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable rpcbind.service)
|
||||
Enabled — Turn the unit into enabled (execute the command systemctl enable rpcbind.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable rpcbind.service)
|
||||
Disabled — Turn the unit into off state (execute the command systemctl disable rpcbind.service)
|
||||
</string>
|
||||
</stringTable>
|
||||
</resources>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- (c) 2019 BaseALT, Ltd. -->
|
||||
<!-- (c) 2023 BaseALT, Ltd. -->
|
||||
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
|
||||
<displayName>Определения политик безопасности операционной системы Альт</displayName>
|
||||
<description>Этот файл содержит определения политик безопасности операционной системы Альт.</description>
|
||||
@ -22,7 +22,7 @@
|
||||
<string id="chage">Выполнение программы /usr/bin/chage</string>
|
||||
<string id="chage_help">Политика позволяет контролировать доступ для выполнения программы /usr/bin/chage
|
||||
|
||||
Любой пользователь — любой пользователь может определить, когда ему следует сменить свой пароль, используя команду "chage"
|
||||
Любой пользователь — любой пользователь может определить, когда ему следует сменить свой пароль, используя команду «chage»
|
||||
|
||||
Только root — только суперпользователь (root) может выполнить /usr/bin/chage
|
||||
</string>
|
||||
@ -256,7 +256,7 @@
|
||||
|
||||
Не разрешать — не выполнять обратный поиск DNS для запросов OpenLDAP
|
||||
|
||||
По умолчанию — выполнять обратный поиск DNS для запросов OpenLDAP
|
||||
Не сконфигурировано — выполнять обратный поиск DNS для запросов OpenLDAP
|
||||
</string>
|
||||
<string id="ldap-reverse-dns-lookup_allow">Разрешить</string>
|
||||
<string id="ldap-reverse-dns-lookup_deny">Не разрешено</string>
|
||||
@ -265,7 +265,7 @@
|
||||
<string id="ldap-tls-cert-check">Проверка сертификата при установлении соединений TLS OpenLDAP</string>
|
||||
<string id="ldap-tls-cert-check_help">Политика определяет режим проверки сертификата при установке TLS соединений OpenLDAP
|
||||
|
||||
По умолчанию — установить соединение только с правильным сертификатом
|
||||
Не сконфигурировано — установить соединение только с правильным сертификатом
|
||||
|
||||
Никогда — не выполнять никаких проверок
|
||||
|
||||
@ -446,7 +446,7 @@ TCB — любой пользователь может изменить свой
|
||||
|
||||
Все пользователи — разрешить доступ к серверу OpenSSH для групп «wheel» и «users»
|
||||
|
||||
Группы wheel и remote — разрешить доступ к серверу OpenSSH для групп администраторов и пользователей удалённого доступа («wheel и »«remote»)
|
||||
Группы wheel и remote — разрешить доступ к серверу OpenSSH для групп администраторов и пользователей удалённого доступа («wheel» и »«remote»)
|
||||
|
||||
Только wheel — разрешить доступ к серверу OpenSSH только для группы администраторов («wheel»)
|
||||
|
||||
@ -461,15 +461,15 @@ TCB — любой пользователь может изменить свой
|
||||
<string id="sshd-gssapi-auth">Поддержка GSSAPI-аутентификации на сервере OpenSSH</string>
|
||||
<string id="sshd-gssapi-auth_help">Эта политика включает поддержку аутентификации с использованием GSSAPI на сервере OpenSSH
|
||||
|
||||
Включить — поддержка GSSAPI на сервере OpenSSH включена
|
||||
Включено — поддержка GSSAPI на сервере OpenSSH включена
|
||||
|
||||
Отключить — поддержка GSSAPI на сервере OpenSSH отключена
|
||||
Отключено — поддержка GSSAPI на сервере OpenSSH отключена
|
||||
</string>
|
||||
|
||||
<string id="sshd-password-auth">Аутентификация по паролю на сервере OpenSSH</string>
|
||||
<string id="sshd-password-auth_help">Эта политика включает поддержку аутентификации по паролю на сервере OpenSSH
|
||||
|
||||
Включить — поддержка аутентификации по паролю на сервере OpenSSH включена
|
||||
Включено — поддержка аутентификации по паролю на сервере OpenSSH включена
|
||||
|
||||
Отключено — поддержка аутентификации по паролю на сервере OpenSSH отключена
|
||||
</string>
|
||||
@ -483,19 +483,19 @@ TCB — любой пользователь может изменить свой
|
||||
|
||||
Запрещено — суперпользователю запрещена аутентификация на сервере OpenSSH
|
||||
|
||||
По-умолчанию — Cбросить режим аутентификации для суперпользователя на значение по-умолчанию в пакете
|
||||
По умолчанию — сбросить режим аутентификации для суперпользователя на значение по умолчанию в пакете
|
||||
</string>
|
||||
<string id="sshd-permit-root-login_without_password">Только без пароля</string>
|
||||
<string id="sshd-permit-root-login_enabled">Разрешено</string>
|
||||
<string id="sshd-permit-root-login_disabled">Запрещено</string>
|
||||
<string id="sshd-permit-root-login_default">По-умолчанию</string>
|
||||
<string id="sshd-permit-root-login_default">По умолчанию</string>
|
||||
|
||||
<string id="ssh-gssapi-auth">Поддержка аутентификации OpenSSH-клиентов через GSSAPI</string>
|
||||
<string id="ssh-gssapi-auth_help">Эта политика определяет функциональные возможности поддержки аутентификация OpenSSH-клиентов с использованием через GSSAPI
|
||||
|
||||
Включить — поддержка аутентификации через GSSAPI для OpenSSH-клиентов включена
|
||||
Включено — поддержка аутентификации через GSSAPI для OpenSSH-клиентов включена
|
||||
|
||||
Отключить — поддержка аутентификации через GSSAPI для OpenSSH-клиентов отключена
|
||||
Отключено — поддержка аутентификации через GSSAPI для OpenSSH-клиентов отключена
|
||||
</string>
|
||||
|
||||
<string id="sssd-ad-gpo-access-control">Контроль доступа в SSSD через групповые политики</string>
|
||||
@ -505,40 +505,40 @@ TCB — любой пользователь может изменить свой
|
||||
|
||||
Разрешающий режим — правила управления доступом в SSSD основанные на GPO не выполняются, ведётся только логирование. Такой режим необходим администратору, чтобы оценить как срабатывают новые правила.
|
||||
|
||||
Отключить — правила управления доступом в SSSD основанные на GPO не логируются и не выполняются
|
||||
Отключено — правила управления доступом в SSSD основанные на GPO не логируются и не выполняются
|
||||
|
||||
По умолчанию — настройка контроля доступом в SSSD основанное на GPO сброшена на значение по-умолчанию в пакете
|
||||
Не сконфигурировано — настройка контроля доступом в SSSD основанное на GPO сброшена на значение по умолчанию в пакете
|
||||
</string>
|
||||
<string id="sssd-ad-gpo-access-control_enforced">Принудительный режим</string>
|
||||
<string id="sssd-ad-gpo-access-control_permissived">Разрешающий режим</string>
|
||||
<string id="sssd-ad-gpo-access-control_disabled">Отключить</string>
|
||||
<string id="sssd-ad-gpo-access-control_disabled">Отключено</string>
|
||||
<string id="sssd-ad-gpo-access-control_default">По умолчанию</string>
|
||||
|
||||
<string id="sssd-ad-gpo-ignore-unreadable">Игнорирование политик при недоступности GPT</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_help">Эта настройка определяет будут ли проигнорированы правила управления доступом в SSSD основанные на групповых политиках, если недоступен какой-либо шаблон (GPT) объекта групповой политики (GPO).
|
||||
|
||||
Включить — игнорировать правила управления доступом через групповые политики, если шаблоны групповых политик не доступны для SSSD
|
||||
Включено — игнорировать правила управления доступом через групповые политики, если шаблоны групповых политик не доступны для SSSD
|
||||
|
||||
Отключить — запретить доступ пользователям SSSD AD, которым назначены групповые политики, если шаблоны групповых политик не доступны
|
||||
Отключено — запретить доступ пользователям SSSD AD, которым назначены групповые политики, если шаблоны групповых политик не доступны
|
||||
|
||||
По умолчанию — настройка игнорирования политик, при недоступности шаблонов групповых политик сброшена на значение по-умолчанию в пакете
|
||||
Не сконфигурировано — настройка игнорирования политик, при недоступности шаблонов групповых политик сброшена на значение по умолчанию в пакете
|
||||
</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_enabled">Включить</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_disabled">Отключить</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_enabled">Включено</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_disabled">Отключено</string>
|
||||
<string id="sssd-ad-gpo-ignore-unreadable_default">По умолчанию</string>
|
||||
|
||||
<string id="sssd-cache-credentials">Кэширование учётных данных пользователей</string>
|
||||
<string id="sssd-cache-credentials_help">Эта политика определяет, будут ли учётные данные удалённых пользователей сохраняться в локальном кэше SSSD
|
||||
|
||||
Включить — сохранение в локальном кэше SSSD учётных данных пользователей включено
|
||||
Включено — сохранение в локальном кэше SSSD учётных данных пользователей включено
|
||||
|
||||
Отключить — сохранение в локальном кэше SSSD учётных данных пользователей отключено
|
||||
Отключено — сохранение в локальном кэше SSSD учётных данных пользователей отключено
|
||||
|
||||
По умолчанию — настройка сохранения в локальном кэше SSSD учётных данных пользователей сброшена на значение по-умолчанию в пакете
|
||||
Не сконфигурировано — настройка сохранения в локальном кэше SSSD учётных данных пользователей сброшена на значение по умолчанию в пакете
|
||||
|
||||
</string>
|
||||
<string id="sssd-cache-credentials_enabled">Включить</string>
|
||||
<string id="sssd-cache-credentials_disabled">Отключить</string>
|
||||
<string id="sssd-cache-credentials_enabled">Включено</string>
|
||||
<string id="sssd-cache-credentials_disabled">Отключено</string>
|
||||
<string id="sssd-cache-credentials_default">По умолчанию</string>
|
||||
|
||||
<string id="sssd-drop-privileges">Режим привилегий службы SSSD</string>
|
||||
@ -548,7 +548,7 @@ TCB — любой пользователь может изменить свой
|
||||
|
||||
Непривилегированный — служба SSSD запущена от имени непривилегированного пользователя (_sssd)
|
||||
|
||||
По умолчанию — режим привилегий службы SSSD задан по умолчанию в пакете
|
||||
Не сконфигурировано — режим привилегий службы SSSD задан по умолчанию в пакете
|
||||
|
||||
</string>
|
||||
<string id="sssd-drop-privileges_privileged">Привилегированный</string>
|
||||
@ -558,27 +558,27 @@ TCB — любой пользователь может изменить свой
|
||||
<string id="sssd-dyndns-update">Обновление DNS-записей прямой зоны</string>
|
||||
<string id="sssd-dyndns-update_help">Эта политика позволяет включить или отключить автоматическое обновление DNS-записей (защищенных с помощью GSS-TSIG) с IP-адресом клиента через SSSD
|
||||
|
||||
Включить — автоматическое обновление DNS-записи клиента через SSSD включено
|
||||
Включено — автоматическое обновление DNS-записи клиента через SSSD включено
|
||||
|
||||
Отключить — автоматическое обновление DNS-записи клиента через SSSD отключено
|
||||
Отключено — автоматическое обновление DNS-записи клиента через SSSD отключено
|
||||
|
||||
По умолчанию — настройка автоматического обновления DNS-записи клиента через SSSD задана по умолчанию в пакете
|
||||
Не сконфигурировано — настройка автоматического обновления DNS-записи клиента через SSSD задана по умолчанию в пакете
|
||||
</string>
|
||||
<string id="sssd-dyndns-update_enabled">Включить</string>
|
||||
<string id="sssd-dyndns-update_disabled">Отключить</string>
|
||||
<string id="sssd-dyndns-update_enabled">Включено</string>
|
||||
<string id="sssd-dyndns-update_disabled">Отключено</string>
|
||||
<string id="sssd-dyndns-update_default">По умолчанию</string>
|
||||
|
||||
<string id="sssd-dyndns-update-ptr">Обновление DNS-записей обратной зоны</string>
|
||||
<string id="sssd-dyndns-update-ptr_help">Данная политика определяет будет ли обновляться клиентская PTR-запись (защищенная с помощью GSS-TSIG). Эта политика работает только если включено "обновление DNS-записей прямой зоны".
|
||||
|
||||
Включить — автоматическое обновление DNS записи обратной зоны через SSSD включено
|
||||
Включено — автоматическое обновление DNS записи обратной зоны через SSSD включено
|
||||
|
||||
Отключить — автоматическое обновление DNS записи обратной зоны через SSSD отключено
|
||||
Отключено — автоматическое обновление DNS записи обратной зоны через SSSD отключено
|
||||
|
||||
По умолчанию — настройка автоматического обновления DNS-записи обратной зоны задана по умолчанию в пакете
|
||||
Не сконфигурировано — настройка автоматического обновления DNS-записи обратной зоны задана по умолчанию в пакете
|
||||
</string>
|
||||
<string id="sssd-dyndns-update-ptr_enabled">Включить</string>
|
||||
<string id="sssd-dyndns-update-ptr_disabled">Отключить</string>
|
||||
<string id="sssd-dyndns-update-ptr_enabled">Включено</string>
|
||||
<string id="sssd-dyndns-update-ptr_disabled">Отключено</string>
|
||||
<string id="sssd-dyndns-update-ptr_default">По умолчанию</string>
|
||||
|
||||
<string id="su">Разрешения для /bin/su</string>
|
||||
@ -668,7 +668,7 @@ SSSD — использовать метод проверки подлиннос
|
||||
<string id="udisks2">Правила подключения USB-накопителей</string>
|
||||
<string id="udisks2_help">Эта политика определяет правила подключения USB-накопителей
|
||||
|
||||
По умолчанию — подключить носитель индивидуально (/run/media/$user/) для каждого пользователя
|
||||
Не сконфигурировано— подключить носитель индивидуально (/run/media/$user/) для каждого пользователя
|
||||
|
||||
Общий — подключить носитель к общедоступной точке (/media/)
|
||||
</string>
|
||||
@ -715,7 +715,7 @@ SSSD — использовать метод проверки подлиннос
|
||||
<string id="write_restricted">Только root</string>
|
||||
|
||||
<string id="xdg-user-dirs">Стандартные каталоги в home</string>
|
||||
<string id="xdg-user-dirs_help">Эта политика определяет, работает ли функция стандартных каталогов(Документы, Загрузки, Изобржения и т.д.) xdg-user-dirs в домашнем каталоге пользователя home
|
||||
<string id="xdg-user-dirs_help">Эта политика определяет, работает ли функция стандартных каталогов (Документы, Загрузки, Изображения и т.д.) xdg-user-dirs в домашнем каталоге пользователя (/home).
|
||||
|
||||
Отключено — функция сохранения списка пользовательских каталогов отключена
|
||||
|
||||
@ -725,7 +725,7 @@ SSSD — использовать метод проверки подлиннос
|
||||
<string id="xorg-server">Разрешения для Xorg</string>
|
||||
<string id="xorg-server_help">Эта политика определяет разрешения для Xorg (/usr/bin/Xorg)
|
||||
|
||||
Не настроен — любому пользователю разрешено запускать /usr/bin/Xorg
|
||||
Не настроено — любому пользователю разрешено запускать /usr/bin/Xorg
|
||||
|
||||
Любой пользователь — любому пользователю разрешено запускать /usr/bin/Xorg
|
||||
|
||||
@ -737,55 +737,55 @@ SSSD — использовать метод проверки подлиннос
|
||||
<string id="xorg-server_xgrp">Группа xgrp</string>
|
||||
<string id="xorg-server_restricted">Только root</string>
|
||||
<string id="smb-conf-usershares">Лимит на общие каталоги</string>
|
||||
<string id="smb-conf-usershares_help">Управление параметром числа общих каталогов, которые могут создать пользователи, принадлежащие к группе usershares.
|
||||
<string id="smb-conf-usershares_help">Управление параметром числа общих каталогов, которые могут создать пользователи, принадлежащие к группе «usershares».
|
||||
По умолчанию параметр «usershare max shares» равен нулю, и общие каталоги пользователя игнорируются.
|
||||
Каталог usershares предназначен для создания каталогов общего доступа. Владелец каталога usershares - группа usershares и пользователи, принадлежащие к этой группе.
|
||||
Каталог usershares предназначен для создания каталогов общего доступа. Владелец каталога usershares — группа usershares и пользователи, принадлежащие к этой группе.
|
||||
Параметр «usershare max shares» устанавливает количество общих каталогов, которые могут создать указанные пользователи.
|
||||
Политика управляет параметром «usershare max shares» в файле smb.conf.
|
||||
|
||||
Выключено - отключить доступ к общим каталогам пользователя; параметр «usershare max shares» = 0;
|
||||
Отключено — отключить доступ к общим каталогам пользователя; параметр «usershare max shares» = 0;
|
||||
|
||||
Включено - включить доступ к общим каталогам пользователя; параметр «usershare max shares» = 100;
|
||||
Включено — включить доступ к общим каталогам пользователя; параметр «usershare max shares» = 100;
|
||||
|
||||
По умолчанию - отключить доступ к общим каталогам; параметр «usershare max shares» закрыт комментарием.
|
||||
Не сконфигурировано— отключить доступ к общим каталогам; параметр «usershare max shares» закрыт комментарием.
|
||||
</string>
|
||||
<string id="role-usershares">Доступ членам группы «users» к общим каталогам</string>
|
||||
<string id="role-usershares_help">Разрешение членам группы «users» на доступ к общим каталогам через привилегии группы «usershares».
|
||||
|
||||
Выключено - доступ к общим каталогам разрешен только членам группы «usershares»;
|
||||
Отключено — доступ к общим каталогам разрешен только членам группы «usershares»;
|
||||
|
||||
Включено - привилегии группы «usershares» на доступ к общим каталогам распространяются на пользователей, входящие в группу «users».
|
||||
Включено — привилегии группы «usershares» на доступ к общим каталогам распространяются на пользователей, входящие в группу «users».
|
||||
</string>
|
||||
<string id="role-sambashare">Доступ членам группы «sambashare» к общим каталогам</string>
|
||||
<string id="role-sambashare_help">Разрешение членам группы «sambashare» на доступ к общим каталогам.
|
||||
|
||||
Выключено - запретить доступ к общим каталогам членам группы «sambashare»;
|
||||
Отключено — запретить доступ к общим каталогам членам группы «sambashare»;
|
||||
|
||||
Включено - разрешить доступ к общим каталогам членам группы «sambashare»;
|
||||
Включено — разрешить доступ к общим каталогам членам группы «sambashare»;
|
||||
|
||||
По умолчанию - разрешить доступ к общим каталогам членам группы «sambashare».
|
||||
Не сконфигурировано — разрешить доступ к общим каталогам членам группы «sambashare».
|
||||
</string>
|
||||
<string id="smb-conf-usershare-allow-guests">Гостевой доступ к общим каталогам</string>
|
||||
<string id="smb-conf-usershare-allow-guests_help">Разрешить доступ к общим каталогам без проверки подлинности.
|
||||
|
||||
Политика управляет параметром «usershare allow guests» в smb.conf или usershares.conf, позволяя присвоить параметру значения «yes» или «no». Поскольку параметр чувствителен к безопасности, по умолчанию его значение «no».
|
||||
|
||||
Выключено - запретить доступ к общим каталогам без проверки подлинности;
|
||||
Отключено — запретить доступ к общим каталогам без проверки подлинности;
|
||||
|
||||
Включено - разрешить доступ к общим каталогам без проверки подлинности;
|
||||
Включено — разрешить доступ к общим каталогам без проверки подлинности;
|
||||
|
||||
По умолчанию - запретить доступ к общим каталогам без проверки подлинности.
|
||||
Не сконфигурирован — запретить доступ к общим каталогам без проверки подлинности.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-allow-list">Разрешение на создание общих каталогов в папках корневого каталога</string>
|
||||
<string id="smb-conf-usershare-allow-list_help">Политика определяет папки в корневом каталоге, в которых пользователю разрешено создавать общие каталоги.
|
||||
Если абсолютный путь к общему каталогу пользователя не содержит в имени одну из перечисленных папок, доступ к общему каталогу будет запрещен.
|
||||
Таким образом ограничивается список папок в корневом каталоге, в которых возможно создавать общие каталоги пользователя. По умолчанию заданы корневые папки (/home /srv /mnt /media /var).
|
||||
Если настроен список запрещенных каталогов «usershare prefix deny list», сперва обрабатывается список запрета, а затем уже список разрешений.
|
||||
Политика управляет параметром «usershare prefix allow list» в файле usershares.conf - открывая или закрывая комментарием этот параметр.
|
||||
Политика управляет параметром «usershare prefix allow list» в файле usershares.conf — открывая или закрывая комментарием этот параметр.
|
||||
|
||||
Выключено - запретить создание общих каталогов в системных папках из списка;
|
||||
Отключено — запретить создание общих каталогов в системных папках из списка;
|
||||
|
||||
Включено - разрешить создание общих каталогов в системных папках из списка.
|
||||
Включено — разрешить создание общих каталогов в системных папках из списка.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-deny-list">Запрет на создание общих каталогов в папках корневого каталога</string>
|
||||
<string id="smb-conf-usershare-deny-list_help">Политика определяет папки в корневом каталоге, в которых пользователю запрещено создавать общие каталоги.
|
||||
@ -793,22 +793,22 @@ SSSD — использовать метод проверки подлиннос
|
||||
Любой другой путь, не содержащий в имени одну из перечисленных папок, разрешит создание общего каталога.
|
||||
Таким образом ограничивается список папок в корневом каталоге, в которых возможно создавать общие каталоги пользователя. По умолчанию заданы корневые папки (/etc /dev /sys /proc).
|
||||
Если настроен список запрещенных каталогов «usershare prefix deny list», и список разрешенных каталогов «usershare prefix allow list», сперва обрабатывается список запрета, а затем уже список разрешений.
|
||||
Политика управляет параметром «usershare prefix deny list» в файле usershares.conf - открывая или закрывая комментарием этот параметр.
|
||||
Политика управляет параметром «usershare prefix deny list» в файле usershares.conf — открывая или закрывая комментарием этот параметр.
|
||||
|
||||
Выключено - разрешить создание общих каталогов в системных папках из списка;
|
||||
Отключено — разрешить создание общих каталогов в системных папках из списка;
|
||||
|
||||
Включено - запретить создание общих каталогов в системных папках из списка.
|
||||
Включено — запретить создание общих каталогов в системных папках из списка.
|
||||
</string>
|
||||
<string id="smb-conf-usershare-owner-only">Доступ к общим каталогам других пользователей</string>
|
||||
<string id="smb-conf-usershare-owner-only_help">Политика управляет правом пользователя на доступ к общему каталогу, если пользователь не является владельцем этого каталога.
|
||||
Если политика включена, система проверит права на доступ к общему каталогу и запретит доступ тем пользователям, которые не являются его владельцами.
|
||||
Если политика выключена, такая проверка не будет выполняться и любой каталог может быть общим, независимо от того, кто им владеет. Политика меняет параметр «usershare owner only» в файле usershares.conf.
|
||||
|
||||
Выключено - открыть доступ к общим каталогам других пользователей;
|
||||
Отключено — открыть доступ к общим каталогам других пользователей;
|
||||
|
||||
Включено - ограничить общий доступ, оставив доступ только к общим каталогам, принадлежащим пользователю;
|
||||
Включено — ограничить общий доступ, оставив доступ только к общим каталогам, принадлежащим пользователю;
|
||||
|
||||
По умолчанию - доступ к общим каталогам ограничен - пользователю доступны только те общие каталоги, которые он создал.
|
||||
Не сконфигурировано — доступ к общим каталогам ограничен — пользователю доступны только те общие каталоги, которые он создал.
|
||||
</string>
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- (c) 2020 BaseALT, Ltd. -->
|
||||
<!-- (c) 2023 BaseALT, Ltd. -->
|
||||
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
|
||||
<displayName>Определения списка настроек групповых политик операционной системы Альт</displayName>
|
||||
<description>Этот файл содержит определения настроек механизмов применения групповых политик в операционной системе Альт.</description>
|
||||
@ -12,7 +12,7 @@
|
||||
<string id="ALT_GPUpdateAppliers">Механизмы GPUpdate</string>
|
||||
<string id="ALT_GPUpdateAppliers_Help">Механизмы применения групповых политик.</string>
|
||||
|
||||
<string id="ALT_GPLocalUsers">Групповые политики для локальных пользователей.</string>
|
||||
<string id="ALT_GPLocalUsers">Групповые политики для локальных пользователей</string>
|
||||
<string id="ALT_GPLocalUsers_Help">Управление применением групповых политик к локальным пользователям.</string>
|
||||
|
||||
<string id="gpupdate_global_experimental">Экспериментальные групповые политики</string>
|
||||
@ -66,10 +66,10 @@
|
||||
<string id="gpupdate_packages_user_applier">Установка и удаление программ для пользователей</string>
|
||||
<string id="gpupdate_packages_user_applier_help">Эта политика включает применение механизма групповых политик Packages для пользователей.</string>
|
||||
|
||||
<string id="gpupdate_shortcuts_applier">Управление ярлычками</string>
|
||||
<string id="gpupdate_shortcuts_applier">Управление ярлыками</string>
|
||||
<string id="gpupdate_shortcuts_applier_help">Эта политика включает применение механизма групповых политик Shortcuts.</string>
|
||||
|
||||
<string id="gpupdate_shortcuts_user_applier">Управление ярлычками для пользователей</string>
|
||||
<string id="gpupdate_shortcuts_user_applier">Управление ярлыками для пользователей</string>
|
||||
<string id="gpupdate_shortcuts_user_applier_help">Эта политика включает применение механизма групповых политик Shortcuts для пользователей.</string>
|
||||
|
||||
<string id="gpupdate_systemd_applier">Службы Systemd</string>
|
||||
@ -117,9 +117,9 @@
|
||||
<string id="gpupdate_drive_maps_home_user">Отображение сетевых дисков пользователя в домашнем каталоге</string>
|
||||
<string id="gpupdate_drive_maps_home_user_help">Отображение сетевых дисков пользователя в домашнем каталоге
|
||||
|
||||
Выключить (по умолчанию) — в домашнем каталоге не будут размещены символические ссылки на точки монтирования сетевых дисков пользователя.
|
||||
Отключено (по умолчанию) — в домашнем каталоге не будут размещены символические ссылки на точки монтирования сетевых дисков пользователя.
|
||||
|
||||
Включить — в домашнем каталоге отобразятся символические ссылки на точки монтирования сетевых дисков пользователя:
|
||||
Включено — в домашнем каталоге отобразятся символические ссылки на точки монтирования сетевых дисков пользователя:
|
||||
|
||||
/run/media/USERNAME/drives -> ~/net.drives — для пользовательских сетевых дисков;
|
||||
|
||||
@ -128,20 +128,20 @@
|
||||
<string id="gpupdate_drive_maps_home">Отображение сетевых дисков машины в домашнем каталоге</string>
|
||||
<string id="gpupdate_drive_maps_home_help">Отображение сетевых дисков машины в домашнем каталоге
|
||||
|
||||
Выключить (по умолчанию) — в домашнем каталоге не будут размещены символические ссылки на точки монтирования сетевых дисков машины.
|
||||
Отключено (по умолчанию) — в домашнем каталоге не будут размещены символические ссылки на точки монтирования сетевых дисков машины.
|
||||
|
||||
Включить — в домашнем каталоге отобразятся символические ссылки на точки монтирования сетевых дисков машины:
|
||||
Включено — в домашнем каталоге отобразятся символические ссылки на точки монтирования сетевых дисков машины:
|
||||
|
||||
/media/gpupdate/drives.system -> ~/net.drives.system — для системных сетевых дисков;
|
||||
|
||||
/media/gpupdate/.drives.system -> ~/.net.drives.system — для скрытых системных сетевых дисков;
|
||||
/media/gpupdate/.drives.system -> ~/.net.drives.system — для скрытых системных сетевых дисков.
|
||||
</string>
|
||||
<string id="gpupdate_filescopy_applier">Настройка механизма копирования файлов</string>
|
||||
<string id="gpupdate_filescopy_applier_help">Настройка механизма копирования файлов
|
||||
|
||||
Данная политика конфигурирует механизм "копирования файлов", формируя список суффиксов (расширений), идентифицироющих файл как исполняемый, (Пример: .sh) и список целевых путей копирования для файлов с данными суффиксами.
|
||||
Данная политика конфигурирует механизм копирования файлов, формируя список суффиксов (расширений), идентифицирующих файл как исполняемый (например, .sh) и список целевых путей копирования для файлов с данными суффиксами.
|
||||
|
||||
При включении данного параметра политики введите пути для копирования файлов в поле "Список путей копирования" и суффиксы исполняемых файлов в поле "Список суффиксов файлов". К файлам с указанныеми суффиксами, копированным в назначенные пути будет задано право на исполнение (chmod +x).
|
||||
При включении данного параметра политики введите пути для копирования файлов в поле "Список путей копирования" и суффиксы исполняемых файлов в поле "Список суффиксов файлов". К файлам с указанными суффиксами, копированным в назначенные пути будет задано право на исполнение (chmod +x).
|
||||
|
||||
Если данный параметр политики отключён или не задан, копирование происходит без изменения разрешений исполнения.
|
||||
</string>
|
||||
|
@ -1,13 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- (c) 2019 BaseALT, Ltd. -->
|
||||
<!-- (c) 2022 BaseALT, Ltd. -->
|
||||
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
|
||||
<displayName>ALT services definitions</displayName>
|
||||
<description>This file contains the gsettings services definitions used by ALT operating system.</description>
|
||||
<resources>
|
||||
<stringTable>
|
||||
<string id="org-mate-background-secondary-color">Конечный цвет градиента</string>
|
||||
<string id="org-mate-background-secondary-color_help">Устанавливает цвет правого или нижнего края рабочего стола при отрисовке градиента. Не используется, если в параметре «Тип градиента» выбрано значение «Сплошная заливка».</string>
|
||||
<string id="org-mate-background-secondary-color_help">Устанавливает цвет правого или нижнего края рабочего стола при отрисовке градиента. Не используется, если в параметре «Тип градиента» выбрано значение «Сплошная заливка».
|
||||
|
||||
Возможные значения:
|
||||
|
||||
Ключевое слово цвета (red, aqua, navy и т.д.);
|
||||
|
||||
Cтрока типа #RRGGBB;
|
||||
|
||||
Cтрока типа rgb(0,0,0). </string>
|
||||
<string id="org-mate-background-picture-options">Метод отображения картинки фона</string>
|
||||
<string id="org-mate-background-picture-options_help">Устанавливает метод отображения изображения, заданного параметром «Картинка фона рабочего стола».
|
||||
|
||||
@ -52,26 +59,33 @@
|
||||
<string id="org-mate-background-picture-filename_help">Позволяет установить изображение в качестве фона рабочего стола, указав файл (например, /usr/share/backgrounds/mate/nature/Wood.jpg), содержащий изображение.</string>
|
||||
|
||||
<string id="org-mate-background-primary-color">Начальный цвет градиента (цвет сплошной заливки)</string>
|
||||
<string id="org-mate-background-primary-color_help">Устанавливает цвет левого или верхнего края рабочего стола, или цвет сплошной заливки при отрисовке градиента, в зависимости от установленного типа градиента.</string>
|
||||
<string id="org-mate-background-primary-color_help">Устанавливает цвет левого или верхнего края рабочего стола, или цвет сплошной заливки при отрисовке градиента, в зависимости от установленного типа градиента.
|
||||
|
||||
Возможные значения:
|
||||
|
||||
Ключевое слово цвета (red, aqua, navy и т.д.);
|
||||
|
||||
Cтрока типа #RRGGBB;
|
||||
|
||||
Cтрока типа rgb(0,0,0). </string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled">Включение хранителя экрана</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled_help">Установка этого параметра включает хранитель экрана при бездействии компьютера.</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-true">включено</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-false">отключено</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-true">Включено</string>
|
||||
<string id="org-mate-screensaver-idle-activation-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-screensaver-lock-enabled">Блокировка компьютера</string>
|
||||
<string id="org-mate-screensaver-lock-enabled_help">Включает блокировку компьютера при активации хранителя экрана. Блокировка будет включена через интервал времени, установленный в параметре «Время до блокировки паролем».
|
||||
|
||||
Этот параметр имеет смысл только при активированном параметре «Включение хранителя экрана».</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-true">включено</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-false">отключено</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-true">Включено</string>
|
||||
<string id="org-mate-screensaver-lock-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-screensaver-mode">Режим работы</string>
|
||||
<string id="org-mate-screensaver-mode_help">Устанавливает режим работы хранителя экрана. Этот параметр имеет смысл только при активированном параметре «Включение хранителя экрана».
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«Отключён» — отключён;
|
||||
«Отключён» — хранитель экрана отключён;
|
||||
|
||||
«Пустой экран» — не показывать никаких изображений, только чёрный экран;
|
||||
|
||||
@ -102,52 +116,50 @@
|
||||
<string id="org-mate-screensaver-user-switch-enabled_help">Добавляет кнопку «Переключить пользователя» к диалогу разблокирования экрана.
|
||||
|
||||
Этот параметр имеет смысл только при активированном параметре «Включение хранителя экрана» и «Блокировка компьютера».</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-true">включено</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-false">отключено</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-true">Включено</string>
|
||||
<string id="org-mate-screensaver-user-switch-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-screensaver-logout-enabled">Выход из системы после блокировки</string>
|
||||
<string id="org-mate-screensaver-logout-enabled_help">После некоторой задержки добавляет кнопку выхода из системы («Завершить сеанс») к диалогу разблокирования экрана. Время задержки указывается в параметре «Время выхода из сеанса».
|
||||
|
||||
Этот параметр имеет смысл только при активированных параметрах «Включение хранителя экрана» и «Блокировка компьютера».</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-true">включено</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-false">отключено</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-true">Включено</string>
|
||||
<string id="org-mate-screensaver-logout-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-log-out">Запрет пользователю завершать сеанс</string>
|
||||
<string id="org-mate-lockdown-disable-log-out_help">Установка этого параметра запрещает пользователю завершать свой сеанс.</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-true">включено</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-false">отключено</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-true">Включено</string>
|
||||
<string id="org-mate-lockdown-disable-log-out-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-lock-screen">Запрет блокировки экрана</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen_help">Установка этого параметра запрещает пользователю блокировать экран паролем.
|
||||
<string id="org-mate-lockdown-disable-lock-screen_help">Установка этого параметра запрещает пользователю Блокировать экран паролем.
|
||||
|
||||
При установке данного параметра, значение параметра «Блокировка компьютера» игнорируется.</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-true">включено</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-false">отключено</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-true">Включено</string>
|
||||
<string id="org-mate-lockdown-disable-lock-screen-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-user-switching">Запрет переключения пользователей</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching_help">Установка этого параметра запрещает пользователю переключение на другую учётную запись, пока активен его сеанс.</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-true">включено</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-false">отключено</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-true">Включено</string>
|
||||
<string id="org-mate-lockdown-disable-user-switching-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-lockdown-disable-theme-settings">Запрет выбора тем рабочего стола</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings_help">Установка этого параметра запрещает пользователю изменять настройки темы.</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-true">включено</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-false">отключено</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-true">Включено</string>
|
||||
<string id="org-mate-lockdown-disable-theme-settings-false">Отключено</string>
|
||||
|
||||
<string id="org-gnome-vino-view-only">Удаленное управление</string>
|
||||
<string id="org-gnome-vino-view-only_help">Установка этого параметра запрещает удалённое управление рабочим столом. Удалённым пользователям, разрешается только просматривать рабочий стол, но не управлять мышью и клавиатурой.</string>
|
||||
<string id="org-gnome-vino-view-only-true">включено</string>
|
||||
<string id="org-gnome-vino-view-only-false">отключено</string>
|
||||
<string id="org-gnome-vino-view-only-true">Включено</string>
|
||||
<string id="org-gnome-vino-view-only-false">Отключено</string>
|
||||
|
||||
<string id="org-gnome-vino-prompt-enabled">Подтверждение при подключении</string>
|
||||
<string id="org-gnome-vino-prompt-enabled_help">Включает запрос подтверждения при любой попытке доступа к рабочему столу. Рекомендуется при отсутствии защиты подключения паролем.</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-true">включено</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-false">отключено</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-true">Включено</string>
|
||||
<string id="org-gnome-vino-prompt-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-gnome-vino-icon-visibility">Иконка подключения </string>
|
||||
<string id="org-gnome-vino-icon-visibility_help">Управляет отображением значка подключения в области уведомления.
|
||||
|
||||
Возможные значения:
|
||||
<string id="org-gnome-vino-icon-visibility_help">Управляет отображением значка подключения в области уведомления. Возможные значения:
|
||||
|
||||
«Никогда» — значок не отображается;
|
||||
|
||||
@ -160,8 +172,8 @@
|
||||
|
||||
<string id="org-gnome-vino-enabled">Удаленный доступ</string>
|
||||
<string id="org-gnome-vino-enabled_help">Установка этого параметра разрешает удаленный доступ к рабочему столу с использованием протокола RFB и VNC.</string>
|
||||
<string id="org-gnome-vino-enabled-true">включено</string>
|
||||
<string id="org-gnome-vino-enabled-false">отключено</string>
|
||||
<string id="org-gnome-vino-enabled-true">Включено</string>
|
||||
<string id="org-gnome-vino-enabled-false">Отключено</string>
|
||||
|
||||
<string id="org-gnome-vino-alternative-port">Альтернативный порт</string>
|
||||
<string id="org-gnome-vino-alternative-port_help">Альтернативный порт подключения. Диапазон значений от 5 000 до 50 000. По умолчанию используется порт 5 900.
|
||||
@ -170,8 +182,8 @@
|
||||
|
||||
<string id="org-gnome-vino-use-alternative-port">Включить альтернативный порт</string>
|
||||
<string id="org-gnome-vino-use-alternative-port_help">Включить прослушивание альтернативного порта для удалённых подключений (вместо порта по умолчанию 5 900). Порт указывается в параметре «Альтернативный порт».</string>
|
||||
<string id="org-gnome-vino-use-alternative-true">включено</string>
|
||||
<string id="org-gnome-vino-use-alternative-false">отключено</string>
|
||||
<string id="org-gnome-vino-use-alternative-true">Включено</string>
|
||||
<string id="org-gnome-vino-use-alternative-false">Отключено</string>
|
||||
|
||||
<string id="org-gnome-vino-authentication-methods">Методы аутентификации</string>
|
||||
<string id="org-gnome-vino-authentication-methods_help">В этом параметре устанавливается метод аутентификации пользователей, подключающихся к удаленному рабочему столу.
|
||||
@ -187,119 +199,207 @@
|
||||
<string id="org-gnome-vino-vnc-password">Пароль для подключения</string>
|
||||
<string id="org-gnome-vino-vnc-password_help">Установка пароля для подключения к рабочему столу. Пароль должен быть закодирован в base64 (для генерации пароля в base64 можно воспользоваться командой: echo -n "password" | base64).
|
||||
|
||||
Пароль будет запрашивается только при использовании метода аутентификации «vnc», установленном в параметре «Методы аутентификации».</string>
|
||||
Пароль будет запрашивается только при использовании метода аутентификации «Vnc», установленном в параметре «Методы аутентификации».</string>
|
||||
|
||||
<string id="org-mate-marco-button-layout">Иконки заголовка окна</string>
|
||||
<string id="org-mate-marco-button-layout_help">Настройки расположения иконок в заголовке окна. Разделителем правой и левой половин является двоеточие. Например, строка 'menu:minimize,maximize,spacer,close' располагаем иконку меню окна слева, а справа иконки свернуть, распахнуть, закрыть окно.</string>
|
||||
|
||||
<string id="org-mate-marco-general-wrap-style">Переключение рабочих областей</string>
|
||||
<string id="org-mate-marco-general-wrap-style_help">Настройки окна переключения рабочих областей</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-no-wrap">no wrap</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-classic">classic</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-toroidal">toroidal</string>
|
||||
<string id="org-mate-marco-general-wrap-style_help">Определяет, каким образом пролистывать от одного рабочего стола к другому на границе переключателя рабочих мест:
|
||||
|
||||
<string id="org-mate-marco-general-show-tab-border">Граница окна при переключении</string>
|
||||
<string id="org-mate-marco-general-show-tab-border_help">Показывать ли границу окна при переключении с помощью Alt+Tab.</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-true">включено</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-false">отключено</string>
|
||||
«No wrap» — при попытке пролистать рабочее место за границу переключателя ничего не произойдет;
|
||||
|
||||
«Classic» — конец одной строки ведет на начало следующей и конец одной колонки ведет к началу следующей;
|
||||
|
||||
«Toroidal» — конец каждой строки ведет к её же началу и конец каждой колонки ведёт к её же началу.</string>
|
||||
|
||||
<string id="org-mate-Marco-general-wrap-style-no-wrap">No wrap</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-classic">Classic</string>
|
||||
<string id="org-mate-Marco-general-wrap-style-toroidal">Toroidal</string>
|
||||
|
||||
<string id="org-mate-marco-general-show-tab-border">Граница окна при переключении с помощью Alt+Tab</string>
|
||||
<string id="org-mate-marco-general-show-tab-border_help">Выделять границу выбранного окна при переключении с помощью Alt+Tab.</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-true">Включено</string>
|
||||
<string id="org-mate-marco-general-show-tab-border-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-allow-top-tiling">Разворачивание при перетаскивании</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling_help">Включает разворачивание окна во весь экран при его перетаскивании в верхнюю центральную часть экрана.</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-true">включено</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-false">отключено</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling_help">Включает разворачивание окна во весь экран при его перетаскивании в верхнюю центральную часть экрана. Этот параметр имеет смысл только при активированном параметре «Изменение размеров окна при перетаскивании».</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-true">Включено</string>
|
||||
<string id="org-mate-marco-general-allow-top-tiling-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-focus-new-windows">Переключение фокуса на новое окно</string>
|
||||
<string id="org-mate-marco-general-focus-new-windows_help">Устанавливает способ переключения фокуса на новое окно. smart - новое окно получает фокус при создании. strict - при создании нового окна по команде из терминала, новое окно фокус не получает.</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-smart">smart</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-strict">strict</string>
|
||||
<string id="org-mate-marco-general-focus-new-windows_help">Определяет, как новое окно получает фокус:
|
||||
|
||||
<string id="org-mate-marco-general-allow-tiling">Изменение размеров при перетаскивании</string>
|
||||
«Smart» — новое окно получает фокус при создании;
|
||||
|
||||
«Strict» — окна, запущенные из терминала,не получают фокус.</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-smart">Smart</string>
|
||||
<string id="org-mate-Marco-general-focus-new-windows-strict">Strict</string>
|
||||
|
||||
<string id="org-mate-marco-general-allow-tiling">Изменение размеров окна при перетаскивании</string>
|
||||
<string id="org-mate-marco-general-allow-tiling_help">Включает изменение размеров окна при перетаскивании его в различные области экрана.</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-true">включено</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-false">отключено</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-true">Включено</string>
|
||||
<string id="org-mate-marco-general-allow-tiling-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-num-workspaces">Количество рабочих областей</string>
|
||||
<string id="org-mate-marco-general-num-workspaces_help">Установка количества рабочих областей. Интервал допустимых значений 1-36.</string>
|
||||
|
||||
<string id="org-mate-marco-general-placement-mode">Расположение новых окон</string>
|
||||
<string id="org-mate-marco-general-placement-mode_help">Устанавливает расположение новых окон на экране. automatic - автоматически, в зависимости от занятости экрана другими окнами, pointer - в зависимости от положения курсора мыши на экране, manual - пользователь сам выбирает положение нокового окна на экране.</string>
|
||||
<string id="org-mate-marco-general-placement-mode-automatic">automatic</string>
|
||||
<string id="org-mate-marco-general-placement-mode-pointer">pointer</string>
|
||||
<string id="org-mate-marco-general-placement-mode-manual">manual</string>
|
||||
<string id="org-mate-marco-general-placement-mode_help">Указывает, как будут позиционироваться новые окна:
|
||||
|
||||
<string id="org-mate-marco-general-auto-raise">Подъем окна в фокусе</string>
|
||||
<string id="org-mate-marco-general-auto-raise_help">При включении, окно, получившее фокус, отображается поверх остальных автоматически. Настройка "переключение окон" должна быть установлена в "sloppy" или "mouse". Интервал, по истечении которого, окно поднимается, устанавливается в настройке "задержка при восстановлении"</string>
|
||||
<string id="org-mate-marco-general-auto-raise-true">включено</string>
|
||||
<string id="org-mate-marco-general-auto-raise-false">отключено</string>
|
||||
«Автоматически» («Automatic») — система выбирает местоположение на основе доступного пространства на рабочем столе, или располагает каскадом, если нет места;
|
||||
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar">Действие по нажатию средней кнопки</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar_help">Установка действия, выполняемого по нажатию средней кнопки мыши.</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-last">last</string>
|
||||
«Указатель» («Pointer») — новые окна размещаются в соответствии с положением указателя мыши;
|
||||
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar">Действие по нажатию правой кнопки</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar_help">Установка действия, выполняемого по нажатию правой кнопки мыши.</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-last">last</string>
|
||||
«Ручной» («Manual») — пользователь должен вручную расположить новое окно с помощью мыши и клавиатуры.</string>
|
||||
<string id="org-mate-marco-general-placement-mode-automatic">Автоматически</string>
|
||||
<string id="org-mate-marco-general-placement-mode-pointer">Указатель</string>
|
||||
<string id="org-mate-marco-general-placement-mode-manual">Ручной</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar">Действие по двойному щелчку</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar_help">Установка действия, выполняемого по двойному щелчку левой кнопкой по заголовку.</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_shade">toggle_shade</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize">toggle_maximize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_horizontally">toggle_maximize_horizontally</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_vertically">toggle_maximize_vertically</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-minimize">minimize</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-none">none</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-lower">lower</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-menu">menu</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-last">last</string>
|
||||
<string id="org-mate-marco-general-auto-raise">Автоматически поднимать окно, получившее фокус</string>
|
||||
<string id="org-mate-marco-general-auto-raise_help">При включении, окно, получившее фокус, отображается поверх остальных автоматически.
|
||||
|
||||
Параметр «Режим активации окна» должен быть установлен в «Sloppy» или «Mouse».
|
||||
|
||||
Интервал, по истечении которого, окно поднимается, устанавливается в настройке «Задержка при восстановлении».</string>
|
||||
|
||||
<string id="org-mate-marco-general-auto-raise-true">Включено</string>
|
||||
<string id="org-mate-marco-general-auto-raise-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar">Действие по нажатию средней кнопки по заголовку окна</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar_help">Установка действия, выполняемого по нажатию средней кнопки мыши по заголовку окна:
|
||||
|
||||
«Свернуть в заголовок» («toggle_shade») — свернуть окно в заголовок. По двойному щелчку окно разворачивается обратно;
|
||||
|
||||
«На весь экран» («toggle_maximize») — распахнуть окно на весь экран или восстановить исходный размер;
|
||||
|
||||
«Растянуть по вертикали» («toggle_maximize_vertically») — развернуть окно вертикально без изменения его ширины;
|
||||
|
||||
«Растянуть по горизонтали» («toggle_maximize_vertically») — развернуть окно горизонтально без изменения его высоты;
|
||||
|
||||
«Свернуть» («minimize») — свернуть окно;
|
||||
|
||||
«Показать меню» («menu») — показать меню окна;
|
||||
|
||||
«Задвинуть» («lower») — поместить окно под другими;
|
||||
|
||||
«Ничего не делать» («none») — никакого действия не производить;
|
||||
|
||||
«Последнее действие» («last») — повторить предыдущее действие.</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_shade">>Свернуть в заголовок</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize">На весь экран</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_horizontally">Растянуть по горизонтали</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-toggle_maximize_vertically">Растянуть по вертикали</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-minimize">Свернуть</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-none">Ничего не делать</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-lower">Задвинуть</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-menu">Показать меню</string>
|
||||
<string id="org-mate-marco-general-action-middle-click-titlebar-last">Последнее действие</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar">Действие по нажатию правой кнопки по заголовку окна</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar_help">Установка действия, выполняемого по нажатию правой кнопки мыши по заголовку окна:
|
||||
|
||||
«Свернуть в заголовок» («toggle_shade») — свернуть окно в заголовок. По двойному щелчку окно разворачивается обратно;
|
||||
|
||||
«На весь экран» («toggle_maximize») — распахнуть окно на весь экран или восстановить исходный размер;
|
||||
|
||||
«Растянуть по вертикали» («toggle_maximize_vertically») — развернуть окно вертикально без изменения его ширины;
|
||||
|
||||
«Растянуть по горизонтали» («toggle_maximize_vertically») — развернуть окно горизонтально без изменения его высоты;
|
||||
|
||||
«Свернуть» («minimize») — свернуть окно;
|
||||
|
||||
«Показать меню» («menu») — показать меню окна;
|
||||
|
||||
«Задвинуть» («lower») — поместить окно под другими;
|
||||
|
||||
«Ничего не делать» («none») — никакого действия не производить;
|
||||
|
||||
«Последнее действие» («last») — повторить предыдущее действие.</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_shade">Свернуть в заголовок</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize">На весь экран</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_horizontally">Растянуть по горизонтали</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-toggle_maximize_vertically">Растянуть по вертикали</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-minimize">Свернуть</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-none">Ничего не делать</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-lower">Задвинуть</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-menu">Показать меню</string>
|
||||
<string id="org-mate-marco-general-action-right-click-titlebar-last">Последнее действие</string>
|
||||
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar">Действие по двойному щелчку по заголовку окна</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar_help">Установка действия, выполняемого по двойному щелчку левой кнопкой по заголовку окна:
|
||||
|
||||
«Свернуть в заголовок» («toggle_shade») — свернуть окно в заголовок. По двойному щелчку окно разворачивается обратно;
|
||||
|
||||
«На весь экран» («toggle_maximize») — распахнуть окно на весь экран или восстановить исходный размер;
|
||||
|
||||
«Растянуть по вертикали» («toggle_maximize_vertically») — развернуть окно вертикально без изменения его ширины;
|
||||
|
||||
«Растянуть по горизонтали» («toggle_maximize_vertically») — развернуть окно горизонтально без изменения его высоты;
|
||||
|
||||
«Свернуть» («minimize») — свернуть окно;
|
||||
|
||||
«Показать меню» («menu») — показать меню окна;
|
||||
|
||||
«Задвинуть» («lower») — поместить окно под другими;
|
||||
|
||||
«Ничего не делать» («none») — никакого действия не производить;
|
||||
|
||||
«Последнее действие» («last») — повторить предыдущее действие.</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_shade">Свернуть в заголовок</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize">На весь экран</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_horizontally">Растянуть по горизонтали</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-toggle_maximize_vertically">Растянуть по вертикали</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-minimize">Свернуть</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-none">Ничего не делать</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-lower">Задвинуть</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-menu">Показать меню</string>
|
||||
<string id="org-mate-marco-general-action-double-click-titlebar-last">Последнее действие</string>
|
||||
|
||||
<string id="org-mate-marco-general-theme">Тема оформления</string>
|
||||
<string id="org-mate-marco-general-theme_help">Устанавливает тему, отвечающущю за отображение границ окон, заголовка и т.д.</string>
|
||||
|
||||
<string id="org-mate-marco-general-titlebar-font">Шрифт заголовков</string>
|
||||
<string id="org-mate-marco-general-titlebar-font_help">Устанавливает шрифт заголовков окон</string>
|
||||
<string id="org-mate-marco-general-titlebar-font">Шрифт заголовков окна</string>
|
||||
<string id="org-mate-marco-general-titlebar-font_help">Устанавливает шрифт заголовков окон. Например, 'Noto Sans Bold 10'.
|
||||
|
||||
Этот параметр игнорируется, если активирован параметр «Системный шрифт в заголовке окон».</string>
|
||||
|
||||
<string id="org-mate-marco-general-focus-mode">Переключение фокуса окон</string>
|
||||
<string id="org-mate-marco-general-focus-mode_help">Установка режима переключения фокуса окон.</string>
|
||||
<string id="org-mate-marco-general-focus-mode-click">click</string>
|
||||
<string id="org-mate-marco-general-focus-mode-sloppy">sloppy</string>
|
||||
<string id="org-mate-marco-general-focus-mode-mouse">mouse</string>
|
||||
<string id="org-mate-marco-general-focus-mode">Режим активации окна</string>
|
||||
<string id="org-mate-marco-general-focus-mode_help">Режим переключения фокуса в окно определяет, как активируются окна. Допустимые значения:
|
||||
|
||||
«Click» — для активации окна на нём надо щелкнуть;
|
||||
|
||||
«Sloppy» — окно активируется, когда на него перемещается указатель мыши;
|
||||
|
||||
«Mouse» — окно активируется, когда в него перемещается указатель мыши, и перестает быть активным, когда указатель мыши уходит из него.</string>
|
||||
<string id="org-mate-marco-general-focus-mode-click">Click</string>
|
||||
<string id="org-mate-marco-general-focus-mode-sloppy">Sloppy</string>
|
||||
<string id="org-mate-marco-general-focus-mode-mouse">Mouse</string>
|
||||
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font">Системный шрифт в заголовке окон</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font_help">При включении в заголовках окон будет использоваться системный шрифт.</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-true">включено</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-false">отключено</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-true">Включено</string>
|
||||
<string id="org-mate-marco-general-titlebar-uses-system-font-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab">Миниатюры при переключении окон</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab_help">Если включено, то вместо миниатюр в окне переключения Alt+Tab будут отображаться иконки приложения.</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-true">включено</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-false">отключено</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab_help">Если Включено, то вместо миниатюр в окне переключения Alt+Tab будут отображаться иконки приложения.</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-true">Включено</string>
|
||||
<string id="org-mate-marco-general-compositing-fast-alt-tab-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-auto-raise-delay">Задержка при восстановлении</string>
|
||||
<string id="org-mate-marco-general-auto-raise-delay_help">Временной интервал в миллисекундах, по истечении которого окно в фокусе будет поднято поверх остальных.</string>
|
||||
<string id="org-mate-marco-general-auto-raise-delay_help">Временной интервал в миллисекундах, по истечении которого окно в фокусе будет поднято поверх остальных.
|
||||
|
||||
Этот параметр имеет смысл только при активированном параметре «Автоматически поднимать окно, получившее фокус».</string>
|
||||
|
||||
<string id="org-mate-marco-general-center-new-windows">Новые окна по центру</string>
|
||||
<string id="org-mate-marco-general-center-new-windows_help">Если включено, то новые окна будут открываться по центру экрана.</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-true">включено</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-false">отключено</string>
|
||||
<string id="org-mate-marco-general-center-new-windows_help">Если Включено, то новые окна будут открываться по центру экрана.</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-true">Включено</string>
|
||||
<string id="org-mate-marco-general-center-new-windows-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-marco-general-icon-size">Размер иконок</string>
|
||||
<string id="org-mate-marco-general-icon-size_help">Устанавливает размер иконок в окне переключения приложений Alt+Tab.</string>
|
||||
<string id="org-mate-marco-general-icon-size">Размер иконок в окне Alt+Tab</string>
|
||||
<string id="org-mate-marco-general-icon-size_help">Устанавливает размер иконок в окне переключения приложений Alt+Tab.
|
||||
|
||||
Интервал допустимых значений: 8-256.</string>
|
||||
|
||||
<string id="org-mate-marco-general-alt-tab-max-columns">Размер окна переключения Alt+Tab</string>
|
||||
<string id="org-mate-marco-general-alt-tab-max-columns_help">Устанавливает количество колонок в окне переключения приложений Alt+Tab.</string>
|
||||
@ -307,10 +407,13 @@
|
||||
<string id="org-mate-peripherals-keyboard-delay">Задержка перед повтором</string>
|
||||
<string id="org-mate-peripherals-keyboard-delay_help">Задержка перед повтором нажатой и удерживаемой клавишей.</string>
|
||||
|
||||
<string id="org-mate-peripherals-keyboard-repeat">Включить повтор</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat_help">Включить повтор нажатой и удерживаемой клавиши.</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-true">включено</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-false">отключено</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat">Повторять удерживаемую нажатой клавишу</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat_help">Включить повтор нажатой и удерживаемой клавиши.
|
||||
|
||||
Если нажать и удерживать клавишу при включённом повторе ввода, действие, соответствующее клавише, будет повторяться. Например, если нажать и удерживать клавишу с буквой, то эта буква будет многократно повторена.</string>
|
||||
|
||||
<string id="org-mate-peripherals-keyboard-repeat-true">Включено</string>
|
||||
<string id="org-mate-peripherals-keyboard-repeat-false">Отключено</string>
|
||||
|
||||
<string id="org-mate-peripherals-keyboard-rate">Скорость повтора</string>
|
||||
<string id="org-mate-peripherals-keyboard-rate_help">Устанавливает скорость повтора нажатой и удерживаемой клавиши.</string>
|
||||
@ -320,15 +423,15 @@
|
||||
<presentationTable>
|
||||
<presentation id="OrgMateBackgroundSecondaryColorMachine-pr">
|
||||
<textBox refId="OrgMateBackgroundSecondaryColor_setter">
|
||||
<label>Установите цвет:</label>
|
||||
<label>Цвет:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundSecondaryColor_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundSecondaryColorUser-pr">
|
||||
<textBox refId="OrgMateBackgroundSecondaryColor_setter">
|
||||
<label>Установите конечный цвет:</label>
|
||||
<label>Цвет:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
|
||||
@ -339,17 +442,17 @@
|
||||
<presentation id="OrgMateBackgroundPictureOptionsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundPictureOptions_setter">Метод отображения картинки фона рабочего стола:</dropdownList>
|
||||
<checkBox refId="OrgMateBackgroundPictureOptions_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundColorShadingTypeUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundColorShadingType_setter">Установите тип градиента:</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundColorShadingType_setter">Тип градиента:</dropdownList>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundColorShadingTypeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundColorShadingType_setter">Установите тип градиента:</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateBackgroundColorShadingType_setter">Тип градиента:</dropdownList>
|
||||
<checkBox refId="OrgMateBackgroundColorShadingType_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundPictureFilenameUser-pr">
|
||||
@ -363,33 +466,33 @@
|
||||
<label>Файл:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundPictureFilename_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundPrimaryColorUser-pr">
|
||||
<textBox refId="OrgMateBackgroundPrimaryColor_setter">
|
||||
<label>Установите цвет:</label>
|
||||
<label>Цвет:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateBackgroundPrimaryColorMachine-pr">
|
||||
<textBox refId="OrgMateBackgroundPrimaryColor_setter">
|
||||
<label>Установите цвет:</label>
|
||||
<label>Цвет:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateBackgroundPrimaryColor_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreesaverIdleActivationEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreesaverIdleActivationEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreesaverIdleActivationEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateScreesaverIdleActivationEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLockEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLockEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLockEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverLockEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverModeUser-pr">
|
||||
@ -399,19 +502,19 @@
|
||||
<presentation id="OrgMateScreensaverModeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverMode_setter">Выберите режим работы хранителя экрана:</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverMode_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLockDelayUser-pr">
|
||||
<text>Интервал в минутах между активацией хранителя экрана и появлением диалога выхода из системы при активации</text>
|
||||
<text>Интервал в минутах между активацией хранителя экрана и появлением диалога выхода из системы при активации.</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLockDelay_setter" defaultValue="2">Время в минутах</decimalTextBox>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLockDelayMachine-pr">
|
||||
<text>Интервал в минутах между активацией хранителя экрана и появлением диалога выхода из системы при активации</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLockDelay_setter" defaultValue="2">Время в минутах</decimalTextBox>
|
||||
<text>Интервал в минутах между активацией хранителя экрана и появлением диалога выхода из системы при активации.</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLockDelay_setter" defaultValue="2">Время в минутах:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverLockDelay_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLogoutDelayUser-pr">
|
||||
@ -423,7 +526,7 @@
|
||||
<text>Количество минут, по истечении которого после активации хранителя экрана, экран будет заблокирован</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverLogoutDelay_setter" defaultValue="3">Время в минутах:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverLogoutDelay_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverCycleDelayUser-pr">
|
||||
@ -435,55 +538,55 @@
|
||||
<text>Интервал в минутах между сменами тем хранителя экрана</text>
|
||||
<decimalTextBox refId="OrgMateScreensaverCycleDelay_setter" defaultValue="2">Время в минутах:</decimalTextBox>
|
||||
<checkBox refId="OrgMateScreensaverCycleDelay_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverUserSwitchEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverUserSwitchEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverUserSwitchEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverUserSwitchEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateScreensaverLogoutEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLogoutEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateScreensaverLogoutEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateScreensaverLogoutEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableLogOutMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLogOut_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLogOut_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableLogOut_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableLockScreenMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLockScreen_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableLockScreen_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableLockScreen_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableUserSwitchingMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableUserSwitching_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableUserSwitching_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableUserSwitching_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateLockdownDisableThemeSettingsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableThemeSettings_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateLockdownDisableThemeSettings_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateLockdownDisableThemeSettings_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoViewOnlyMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoViewOnly_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoViewOnly_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoViewOnly_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoPromptEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoPromptEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoPromptEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoPromptEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoIconVisibilityUser-pr">
|
||||
@ -493,13 +596,13 @@
|
||||
<presentation id="OrgGnomeVinoIconVisibilityMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoIconVisibility_setter">Показывать уведомление:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoIconVisibility_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoEnabledMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoEnabled_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoEnabled_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoEnabled_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoAlternativePortUser-pr">
|
||||
@ -509,13 +612,13 @@
|
||||
<presentation id="OrgGnomeVinoAlternativePortMachine-pr">
|
||||
<decimalTextBox refId="OrgGnomeVinoAlternativePort_setter" defaultValue="5000">Порт:</decimalTextBox>
|
||||
<checkBox refId="OrgGnomeVinoAlternativePort_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoUseAlternativePortMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoUseAlternativePort_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoUseAlternativePort_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoUseAlternativePort_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoAuthenticationMethodsUser-pr">
|
||||
@ -525,7 +628,7 @@
|
||||
<presentation id="OrgGnomeVinoAuthenticationMethodsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoAuthenticationMethods_setter">Метод:</dropdownList>
|
||||
<checkBox refId="OrgGnomeVinoAuthenticationMethods_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgGnomeVinoVncPasswordUser-pr">
|
||||
@ -539,7 +642,7 @@
|
||||
<label>Пароль:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgGnomeVinoVncPassword_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneraButtonLayoutUser-pr">
|
||||
@ -552,8 +655,8 @@
|
||||
<textBox refId="OrgMateMarcoGeneraButtonLayout_setter">
|
||||
<label></label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateMarcoGeneraButtonLayout_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneraButtonLayout_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralWrapStyleUser-pr">
|
||||
@ -562,20 +665,20 @@
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralWrapStyleMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralWrapStyle_setter">Метод:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralWrapStyle_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralWrapStyle_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralShowTabBorderMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralShowTabBorder_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralShowTabBorder_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralShowTabBorder_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralShowTabBorder_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAllowTopTilingMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAllowTopTiling_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAllowTopTilingMachine_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAllowTopTiling_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAllowTopTilingMachine_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralFocusNewWindowsUser-pr">
|
||||
@ -584,14 +687,14 @@
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralFocusNewWindowsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralFocusNewWindows_setter">Передача фокуса:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralFocusNewWindows_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralFocusNewWindows_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAllowTilingMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAllowTiling_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAllowTiling_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAllowTiling_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAllowTiling_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralNumWorkspacesUser-pr">
|
||||
@ -600,8 +703,8 @@
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralNumWorkspacesMachine-pr">
|
||||
<decimalTextBox refId="OrgMateMarcoGeneralNumWorkspaces_setter" defaultValue="2">Количество:</decimalTextBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralNumWorkspaces_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralNumWorkspaces_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralPlacementModeUser-pr">
|
||||
@ -610,92 +713,44 @@
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralPlacementModeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralPlacementMode_setter">Расположение:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralPlacementMode_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralPlacementMode_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAutoRaiseMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAutoRaise_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAutoRaise_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralAutoRaise_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralAutoRaise_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionMiddleClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize_horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize_vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionMiddleClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionMiddleClickTitlebar_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionRightClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionRightClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionRightClickTitlebar_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionDoubleClickTitlebarUser-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralActionDoubleClickTitlebarMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter">Действие:</dropdownList>
|
||||
<text>toggle_shade - свернуть до заголовка
|
||||
toggle_maximize - развернуть во весь экран
|
||||
toggle_maximize horizontally - развернуть во весь экран по горизонтали
|
||||
toggle_maximize vertically - развернуть во весь экран по вертикали
|
||||
none - ничего не делать
|
||||
lower - скрыть окно под другими окнами на экране
|
||||
menu - открыть меню окна
|
||||
last - повторить последнее действие</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralActionDoubleClickTitlebar_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralThemeUser-pr">
|
||||
@ -708,8 +763,8 @@ last - повторить последнее действие</text>
|
||||
<textBox refId="OrgMateMarcoGeneralTheme_setter">
|
||||
<label>Тема:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralTheme_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralTheme_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralTitlebarFont-pr">
|
||||
@ -722,8 +777,8 @@ last - повторить последнее действие</text>
|
||||
<textBox refId="OrgMateMarcoGeneralTitlebarFont_setter">
|
||||
<label>Тема:</label>
|
||||
</textBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralTitlebarFont_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralTitlebarFont_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralFocusModeUser-pr">
|
||||
@ -732,20 +787,20 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralFocusModeMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralFocusMode_setter">Режим переключения фокуса окон:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralFocusMode_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralFocusMode_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralTitlebarUsesSystemFontMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralTitlebarUsesSystemFont_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralTitlebarUsesSystemFont_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralTitlebarUsesSystemFont_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralTitlebarUsesSystemFont_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralCompositingFastAltTabMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralCompositingFastAltTab_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralCompositingFastAltTab_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralCompositingFastAltTab_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralCompositingFastAltTab_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAutoRaiseDelayUser-pr">
|
||||
@ -754,14 +809,14 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAutoRaiseDelayMachine-pr">
|
||||
<decimalTextBox refId="OrgMateMarcoGeneralAutoRaiseDelay_setter" defaultValue="500">Миллисекунды:</decimalTextBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralAutoRaiseDelay_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralAutoRaiseDelay_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralCenterNewWindowsMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralCenterNewWindows_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralCenterNewWindows_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMateMarcoGeneralCenterNewWindows_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMateMarcoGeneralCenterNewWindows_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralIconSizeUser-pr">
|
||||
@ -770,8 +825,8 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralIconSizeMachine-pr">
|
||||
<decimalTextBox refId="OrgMateMarcoGeneralIconSize_setter" defaultValue="48">Размер:</decimalTextBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralIconSize_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralIconSize_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAltTabMaxColumnsUser-pr">
|
||||
@ -780,8 +835,8 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMateMarcoGeneralAltTabMaxColumnsMachine-pr">
|
||||
<decimalTextBox refId="OrgMateMarcoGeneralAltTabMaxColumns_setter" defaultValue="5">Количество колонок:</decimalTextBox>
|
||||
<checkBox refId="OrgMateMarcoGeneralAltTabMaxColumns_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMateMarcoGeneralAltTabMaxColumns_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMatePeripheralsKeyboardDelayUser-pr">
|
||||
@ -790,14 +845,14 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMatePeripheralsKeyboardDelayMachine-pr">
|
||||
<decimalTextBox refId="OrgMatePeripheralsKeyboardDelay_setter">Задержка:</decimalTextBox>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardDelay_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardDelay_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMatePeripheralsKeyboardRepeatMachine-pr">
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMatePeripheralsKeyboardRepeat_setter">Выберите "включено" или "отключено":</dropdownList>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardRepeat_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<dropdownList noSort="true" defaultItem="0" refId="OrgMatePeripheralsKeyboardRepeat_setter">Выберите «Включено» или «Отключено»:</dropdownList>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardRepeat_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
<presentation id="OrgMatePeripheralsKeyboardRateUser-pr">
|
||||
@ -806,8 +861,8 @@ last - повторить последнее действие</text>
|
||||
|
||||
<presentation id="OrgMatePeripheralsKeyboardRateMachine-pr">
|
||||
<decimalTextBox refId="OrgMatePeripheralsKeyboardRate_setter">Скорость повтора:</decimalTextBox>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardRate_setter_blocker">блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки пользователем. Пользовательские политики для этой настройки будут проигнорированы.</text>
|
||||
<checkBox refId="OrgMatePeripheralsKeyboardRate_setter_blocker">Блокировать</checkBox>
|
||||
<text>Блокировка изменений данной настройки политикой пользователя. Блокировка политики делает её приоритетнее аналогичной политики для пользователя.</text>
|
||||
</presentation>
|
||||
|
||||
</presentationTable>
|
||||
|
@ -12,25 +12,27 @@
|
||||
<string id="org-freedesktop-packagekit-package-install">Разрешение на установку пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-install_help">Разрешение на установку пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на установку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на установку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon install "package_name"
|
||||
|
||||
@ -39,25 +41,27 @@
|
||||
<string id="org-freedesktop-packagekit-package-install-user">Разрешение на установку пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-install-user_help">Разрешение на установку пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на установку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на установку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon install "package_name"
|
||||
|
||||
@ -66,52 +70,56 @@
|
||||
<string id="org-freedesktop-packagekit-package-remove">Разрешение на удаление пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-remove_help">Разрешение на удаление пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на удаление пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на удаление пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon remove "package_name"
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-remove-user">Разрешение на удаление пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-remove-user_help">Разрешение на установку пакетов
|
||||
<string id="org-freedesktop-packagekit-package-remove-user_help">Разрешение на удаление пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на удаление пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на удаление пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon remove "package_name"
|
||||
|
||||
@ -120,25 +128,27 @@
|
||||
<string id="org-freedesktop-packagekit-system-update">Разрешение на обновление пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-system-update_help">Разрешение на обновление пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на обновление пакетов, установленных в систему, посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на обновление пакетов, установленных в систему, посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon update
|
||||
|
||||
@ -147,25 +157,27 @@
|
||||
<string id="org-freedesktop-packagekit-system-update-user">Разрешение на обновление пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-system-update-user_help">Разрешение на обновление пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на обновление пакетов, установленных в систему, посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на обновление пакетов, установленных в систему, посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon update
|
||||
|
||||
@ -174,25 +186,27 @@
|
||||
<string id="org-freedesktop-packagekit-system-sources-refresh">Разрешение на обновление системных источников пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-refresh_help">Разрешение на обновление системных источников пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на обновление системных источников пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на обновление системных источников пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon refresh
|
||||
|
||||
@ -201,25 +215,27 @@
|
||||
<string id="org-freedesktop-packagekit-system-sources-refresh-user">Разрешение на обновление системных источников пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-refresh-user_help">Разрешение на обновление системных источников пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на обновление системных источников пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на обновление системных источников пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon refresh
|
||||
|
||||
@ -228,25 +244,27 @@
|
||||
<string id="org-freedesktop-packagekit-repair-system">Разрешение на восстановление пакетов в системе</string>
|
||||
<string id="org-freedesktop-packagekit-repair-system_help">Разрешение на восстановление пакетов в системе
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на восстановление системы пакетов, если в ней возникли проблемы, например, пропали зависимости, посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на восстановление системы пакетов, если в ней возникли проблемы, например, пропали зависимости, посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon repair
|
||||
|
||||
@ -255,277 +273,299 @@
|
||||
<string id="org-freedesktop-packagekit-repair-system-user">Разрешение на восстановление пакетов в системе</string>
|
||||
<string id="org-freedesktop-packagekit-repair-system-user_help">Разрешение на восстановление пакетов в системе
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на восстановление системы пакетов, если в ней возникли проблемы, например, пропали зависимости, посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на восстановление системы пакетов, если в ней возникли проблемы, например, пропали зависимости, посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
Пример использования экшена: pkcon repair
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure">Разрешение на редактирование пакетных источников </string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure_help">Разрешение на редактирование пакетных источников
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure">Разрешение на редактирование источников пакетов </string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure_help">Разрешение на редактирование источников пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на редактирование пакетных источников в системе посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на редактирование источников пакетов в системе посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure-user">Разрешение на редактирование пакетных источников </string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure-user_help">Разрешение на редактирование пакетных источников
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure-user">Разрешение на редактирование источников пакетов </string>
|
||||
<string id="org-freedesktop-packagekit-system-sources-configure-user_help">Разрешение на редактирование источников пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на редактирование пакетных источников в системе посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на редактирование источников пакетов в системе посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-install-untrusted">Разрешение на установку непроверенных пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-install-untrusted_help">Разрешение на установку непроверенных пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на установку ненадёжных или непроверенных пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на установку ненадёжных или непроверенных пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-install-untrusted-user">Разрешение на установку непроверенных пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-install-untrusted-user_help">Разрешение на установку непроверенных пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям права на установку ненадёжных или непроверенных пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям права на установку ненадёжных или непроверенных пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-reinstall">Разрешение на переустановку пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-reinstall_help">Разрешение на переустановку пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям право на переустановку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям право на переустановку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-reinstall-user">Разрешение на переустановку пакетов</string>
|
||||
<string id="org-freedesktop-packagekit-package-reinstall-user_help">Разрешение на переустановку пакетов
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям право на переустановку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям право на переустановку пакетов посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-eula-accept">Разрешение на принятие лицензионного соглашения</string>
|
||||
<string id="org-freedesktop-packagekit-package-eula-accept_help">Разрешение на принятие лицензионного соглашения
|
||||
|
||||
Данная политика предоставляет или ограничевает право на принятие пользовательского соглашения программ посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает право на принятие пользовательского соглашения программ посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-package-eula-accept-user">Разрешение на принятие лицензионного соглашения</string>
|
||||
<string id="org-freedesktop-packagekit-package-eula-accept-user_help">Разрешение на принятие лицензионного соглашения
|
||||
|
||||
Данная политика предоставляет или ограничевает право на принятие пользовательского соглашения программ посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает право на принятие пользовательского соглашения программ посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-system-trust-signing-key">Разрешение на добавление ключа электронной подписи</string>
|
||||
<string id="org-freedesktop-packagekit-system-trust-signing-key_help">Разрешение на добавление ключа электронной подписи
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям право на добавление ключа подписи в список доверенных ключей системы посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям право на добавление ключа подписи в список доверенных ключей системы посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
<string id="org-freedesktop-packagekit-system-trust-signing-key-user">Разрешение на добавление ключа электронной подписи</string>
|
||||
<string id="org-freedesktop-packagekit-system-trust-signing-key-user_help">Разрешение на добавление ключа электронной подписи
|
||||
|
||||
Данная политика предоставляет или ограничевает пользователям право на добавление ключа подписи в список доверенных ключей системы посредством интерфейса управления пакетами PackageKit.
|
||||
Данная политика предоставляет или ограничивает пользователям право на добавление ключа подписи в список доверенных ключей системы посредством интерфейса управления пакетами PackageKit.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение с установленными правами;
|
||||
Включено — разрешение с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
|
@ -12,18 +12,18 @@
|
||||
<string id="packages_install">Установка пакетов</string>
|
||||
<string id="packages_install_help">Эта политика определяет список пакетов, которые должны быть установлены при отсутствии
|
||||
|
||||
Укажите список пакетов через пробел
|
||||
Укажите список пакетов по одному на каждой строке
|
||||
</string>
|
||||
<string id="packages_remove">Удаление пакетов</string>
|
||||
<string id="packages_remove_help">Эта политика определяет список пакетов, которые должны быть удалены при наличии
|
||||
|
||||
Укажите список пакетов через пробел
|
||||
Укажите список пакетов по одному на каждой строке
|
||||
</string>
|
||||
|
||||
<string id="packages_upgrade">Автоматическое обновление пакетов</string>
|
||||
<string id="packages_upgrade_help">Эта политика определяет автоматическое обновление пакетной базы
|
||||
|
||||
Не задано — не изменять установленное состояние
|
||||
Не сконфигурировано — не изменять установленное состояние
|
||||
|
||||
Отключено — не обновлять операционную систему автоматически
|
||||
|
||||
|
@ -6,148 +6,160 @@
|
||||
<resources>
|
||||
<stringTable>
|
||||
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount">Разрешение на монтирование съёмных запоминающих устройств.</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount_help">Разрешение на монтирование съёмных запоминающих устройств.
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount">Разрешение на монтирование съёмных запоминающих устройств</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount_help">Разрешение на монтирование съёмных запоминающих устройств
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-user">Разрешение на монтирование съёмных запоминающих устройств.</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-user_help">Разрешение на монтирование съёмных запоминающих устройств.
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-user">Разрешение на монтирование съёмных запоминающих устройств</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-user_help">Разрешение на монтирование съёмных запоминающих устройств
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах.</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat_help">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах.
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств с устройства, подключенного к удалённому рабочему месту (например, на другом компьютере или удаленной сессии).
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat-user">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat-user_help">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах.
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-other-seat-user_help">Разрешение на монтирование съёмных запоминающих устройств в удалённых сеансах
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств с устройства, подключенного к удалённому рабочему месту (например, на другом компьютере или удаленной сессии).
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system">Разрешение на монтирование системных разделов</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system_help">Разрешение на монтирование системных разделов
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование cистемных разделов.
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование системных разделов.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system-user">Разрешение на монтирование системных разделов</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-system-user_help">Разрешение на монтирование системных разделов
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование cистемных разделов.
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование системных разделов.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-all">Общая политика монтирования</string>
|
||||
@ -155,23 +167,25 @@
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств, монтирование системных разделов, монтирование съёмных запоминающих устройств в удалённых сеансах.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами. По умолчанию - «Auth_admin»
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами. По умолчанию — «Auth_admin»
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
<string id="org-freedesktop-udisks2-filesystem-mount-all-user">Общая политика монтирования</string>
|
||||
@ -179,23 +193,25 @@
|
||||
|
||||
Данная политика предоставляет или ограничивает разрешения на монтирование съёмных запоминающих устройств, монтирование системных разделов, монтирование съёмных запоминающих устройств в удалённых сеансах.
|
||||
|
||||
Выключить/Не настроено - разрешения определяются системными параметрами - настройки по умолчанию для polkit actions;
|
||||
Отключено/Не сконфигурировано — разрешения определяются системными параметрами — настройки по умолчанию для polkit actions;
|
||||
|
||||
Включить - разрешение на монтирование с установленными правами;;
|
||||
Включено — разрешение на монтирование с установленными правами;
|
||||
|
||||
Возможные значения:
|
||||
|
||||
«No» - Заблокировать разрешения;
|
||||
«No» — заблокировать разрешения (пользователю не разрешено выполнять действие);
|
||||
|
||||
«Yes» - Предоставить разрешения;
|
||||
«Yes» — предоставить разрешения (пользователь может выполнять действие без какой-либо аутентификации);
|
||||
|
||||
«Auth_self» - Пользователь должен ввести свой пароль для аутентификации. Этого разрешения недостаточно для большинства применений в многопользовательских системах, вместе с этим разрешением также рекомендуется auth_admin;
|
||||
«Auth_self» — пользователь должен ввести свой пароль для аутентификации. Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin»;
|
||||
|
||||
«Auth_admin» - Пользователь должен ввести пароль admin при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
«Auth_admin» — пользователь должен ввести пароль администратора при каждом запросе. Требуется аутентификация пользователя с правами администратора;
|
||||
|
||||
«Auth_self_keep» - Подобно auth_self, но авторизация сохраняется в течение короткого периода времени (например, пять минут). Предупреждение об auth_self выше применимо аналогичным образом;
|
||||
«Auth_self_keep» — подобно «Auth_self», но авторизация сохраняется в течение короткого периода времени (например, пять минут). Обратите внимание, этого разрешения недостаточно для большинства применений в многопользовательских системах, обычно рекомендуется разрешение «Auth_admin_keep»;
|
||||
|
||||
«Auth_admin_keep» - Аналогично auth_admin, но авторизация сохраняется в течение короткого периода времени (например, пять минут).
|
||||
«Auth_admin_keep» — аналогично «Auth_admin», но авторизация сохраняется в течение короткого периода времени (например, пять минут);
|
||||
|
||||
Примечание: обладание административными правами в контексте PolicyKit определяются его правилами. По умолчанию в Альт запрашивается пароль пользователя, находящегося в группе «wheel».
|
||||
|
||||
</string>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- (c) 2019 BaseALT, Ltd. -->
|
||||
<!-- (c) 2023 BaseALT, Ltd. -->
|
||||
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
|
||||
<displayName>Определения служб операционной системы Альт</displayName>
|
||||
<description>Этот файл содержит определения служб операционной системы Альт.</description>
|
||||
@ -9,7 +9,7 @@
|
||||
<string id="accounts-daemon_service">Служба учетных записей (accounts-daemon)</string>
|
||||
<string id="accounts-daemon_service_help">Эта политика определяет, включен ли systemd юнит службы учетных записей (accounts-daemon)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable accounts-daemon.service)
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
<string id="acpid_service">Служба события ACPI</string>
|
||||
<string id="acpid_service_help">Эта политика определяет, включен ли systemd юнит системной службы событий ACPI
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable acpid.service)
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<string id="ahttpd_service">Сервер frotend веб-интерфейса Alterator</string>
|
||||
<string id="ahttpd_service_help">Эта политика определяет, включен ли systemd юнит веб-сервера frotend WWW интерфейса Alterator
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable ahttpd.service)
|
||||
|
||||
@ -38,19 +38,17 @@
|
||||
<string id="alteratord_service">Серверная часть Alterator</string>
|
||||
<string id="alteratord_service_help">Эта политика определяет, включен ли systemd юнит внутреннего сервера Alterator
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable alteratord.service)
|
||||
|
||||
Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl disable alteratord.service)
|
||||
</string>
|
||||
|
||||
|
||||
946/5000
|
||||
<string id="auditd_service">Служба аудита безопасности</string>
|
||||
<string id="auditd_service_help">Эта политика определяет, включен ли системный модуль службы аудита безопасности
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable auditd.service)
|
||||
|
||||
@ -60,7 +58,7 @@
|
||||
<string id="avahi-daemon_service">Avahi mDNS/DNS-SD</string>
|
||||
<string id="avahi-daemon_service_help">Эта политика определяет, включен ли systemd юнит стека mDNS/DNS-SD Avahi
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable avahi-daemon.service)
|
||||
|
||||
@ -70,7 +68,7 @@
|
||||
<string id="bind_service">DNS-сервер BIND</string>
|
||||
<string id="bind_service_help">Эта политика определяет, включен ли systemd юнит DNS-сервера (сервиса) BIND (Berkeley Internet Name Domain)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable bind.service)
|
||||
|
||||
@ -80,7 +78,7 @@
|
||||
<string id="chronyd_service">Chronyd (служба NTP)</string>
|
||||
<string id="chronyd_service_help">Эта политика определяет, включен ли systemd юнит NTP клиента/сервера Chronyd
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable chronyd.service)
|
||||
|
||||
@ -90,7 +88,7 @@
|
||||
<string id="colord_service">Сервис colord</string>
|
||||
<string id="colord_service_help">Эта политика определяет, включен ли systemd юнит colord (cервис для управления, установки и создания цветовых профилей)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable colord.service)
|
||||
|
||||
@ -100,7 +98,7 @@
|
||||
<string id="consolesaver_service">Сервис Сonsolesaver SYSV</string>
|
||||
<string id="consolesaver_service_help">Эта политика определяет, включен ли systemd юнит Сonsolesaver (SYSV: этот пакет загружает конфигурацию энергосбережения консоли)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable consolesaver.service)
|
||||
|
||||
@ -110,7 +108,7 @@
|
||||
<string id="cpufreq-simple_service">Cpufreq-simple сервис</string>
|
||||
<string id="cpufreq-simple_service_help">Эта политика определяет, включен ли systemd юнит службы Cpufreq-simple (загружает модули ядра, необходимые для масштабирования cpufreq)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable cpufreq-simple.service)
|
||||
|
||||
@ -120,7 +118,7 @@
|
||||
<string id="crond_service">Служба Crond</string>
|
||||
<string id="crond_service_help">Эта политика определяет, включен ли systemd юнит службы Cron
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable crond.service)
|
||||
|
||||
@ -130,7 +128,7 @@
|
||||
<string id="dbus_service">Шина системных сообщений D-Bus</string>
|
||||
<string id="dbus_service_help">Эта политика определяет, включен ли systemd юнит шины системных сообщений D-Bus
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable dbus.service)
|
||||
|
||||
@ -138,9 +136,9 @@
|
||||
</string>
|
||||
|
||||
<string id="dnsmasq_service">Служба Dnsmasq</string>
|
||||
<string id="dnsmasq_service_help">Эта политика определяет, включен ли systemd юнит Службы Dnsmasq (облегченный DHCP и кеширующий DNS-сервер, а также TFTP-сервер для поддержки загрузки по сети)
|
||||
<string id="dnsmasq_service_help">Эта политика определяет, включен ли systemd юнит Службы Dnsmasq (облегченный DHCP и кэширующий DNS-сервер, а также TFTP-сервер для поддержки загрузки по сети)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable dnsmasq.service)
|
||||
|
||||
@ -150,7 +148,7 @@
|
||||
<string id="gpm_service">Менеджер мыши в консоли</string>
|
||||
<string id="gpm_service_help">Эта политика определяет, включен ли sytemd юнит диспетчера мыши консоли
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable gpm.service)
|
||||
|
||||
@ -160,7 +158,7 @@
|
||||
<string id="kmod-static-nodes_service">Системный модуль kmod-static-nodes</string>
|
||||
<string id="kmod-static-nodes_service_help">Эта политика определяет, включен ли systemd юнит kmod-static-nodes (создает список необходимых статических узлов устройства для текущего ядра)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable kmod-static-nodes.service)
|
||||
|
||||
@ -170,7 +168,7 @@
|
||||
<string id="krb5kdc_service">Kerberos 5 KDC</string>
|
||||
<string id="krb5kdc_service_help">Эта политика определяет, включен ли systemd юнит Kerberos 5 KDC
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable krb5kdc.service)
|
||||
|
||||
@ -180,7 +178,7 @@
|
||||
<string id="lightdm_service">Графический менеджер входа в систему (lightdm)</string>
|
||||
<string id="lightdm_service_help">Эта политика определяет, включен ли systemd юнит lightdm
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable lightdm.service)
|
||||
|
||||
@ -190,7 +188,7 @@
|
||||
<string id="ModemManager_service">Менеджер модема</string>
|
||||
<string id="ModemManager_service_help">Эта политика определяет, включен ли systemd юнит диспетчера модемов
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable ModemManager.service)
|
||||
|
||||
@ -200,7 +198,7 @@
|
||||
<string id="network_service">Служба сетевых подключений</string>
|
||||
<string id="network_service_help">Эта политика определяет, включен ли systemd юнит службы сетевых подключений
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable network.service)
|
||||
|
||||
@ -212,7 +210,7 @@
|
||||
<string id="NetworkManager-wait-online_service">Ожидание Network Manager'ом сети при загрузке</string>
|
||||
<string id="NetworkManager-wait-online_service_help">Эта политика определяет, включен ли systemd юнит «Network Manager Wait Online»
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable NetworkManager-wait-online.service)
|
||||
|
||||
@ -222,7 +220,7 @@
|
||||
<string id="NetworkManager_service">Управление службой Network Manager</string>
|
||||
<string id="NetworkManager_service_help">Эта политика определяет, включен ли systemd юнит Network Manager
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable NetworkManager.service)
|
||||
|
||||
@ -232,7 +230,7 @@
|
||||
<string id="nmb_service">Samba NMB Сервис</string>
|
||||
<string id="nmb_service_help">Эта политика определяет, включен ли systemd юнит сервиса Samba NMB
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable nmb.service)
|
||||
|
||||
@ -242,7 +240,7 @@
|
||||
<string id="nscd_service">Сервис кэширования службы имен (nscd)</string>
|
||||
<string id="nscd_service_help">Эта политика определяет, включен ли systemd юнит сервиса кэширования службы имен
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable nscd.service)
|
||||
|
||||
@ -252,7 +250,7 @@
|
||||
<string id="nslcd_service">Сервис службы именования LDAP-клиента (nslcd)</string>
|
||||
<string id="nslcd_service_help">Эта политика определяет, включен ли systemd юнит сервиса служб именования клиента LDAP
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable nslcd.service)
|
||||
|
||||
@ -262,7 +260,7 @@
|
||||
<string id="oddjobd_service">Системный модуль oddjobd</string>
|
||||
<string id="oddjobd_service_help">Эта политика определяет, включен ли systemd юнит oddjobd (используется для запуска привилегированных операций для непривилегированных процессов)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable oddjobd.service)
|
||||
|
||||
@ -272,7 +270,7 @@
|
||||
<string id="openct_service">SYSV: интерфейс терминала смарт-карт</string>
|
||||
<string id="openct_service_help">Эта политика определяет, включен ли systemd юнит Openct (SYSV: терминал смарт-карт)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable openct.service)
|
||||
|
||||
@ -282,7 +280,7 @@
|
||||
<string id="cups_service">Планировщик CUPS</string>
|
||||
<string id="cups_service_help">Эта политика определяет, включен ли systemd юнит Service CUPS (планировщик)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable cups.service)
|
||||
|
||||
@ -292,7 +290,7 @@
|
||||
<string id="pcscd_service">Служба PC/SC Smart Card</string>
|
||||
<string id="pcscd_service_help">Эта политика определяет, включен ли systemd юнит службы поддержки PC/SC Smart Card
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable pcscd.service)
|
||||
|
||||
@ -302,7 +300,7 @@
|
||||
<string id="polkit_service">Диспетчер авторизации (polkit)</string>
|
||||
<string id="polkit_service_help">Эта политика определяет, включен ли systemd юнит диспетчера авторизации (polkit)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable polkit.service)
|
||||
|
||||
@ -312,7 +310,7 @@
|
||||
<string id="smb_service">Samba SMB Сервис</string>
|
||||
<string id="smb_service_help">Эта политика определяет, включен ли systemd юнит сервис Samba SMB
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable smb.service)
|
||||
|
||||
@ -322,7 +320,7 @@
|
||||
<string id="sshd_service">Служба защищённого управления (sshd)</string>
|
||||
<string id="sshd_service_help">Эта политика определяет, включен ли systemd юнит демона сервера OpenSSH
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable sshd.service)
|
||||
|
||||
@ -332,7 +330,7 @@
|
||||
<string id="upower_service">Демон Upower</string>
|
||||
<string id="upower_service_help">Эта политика определяет, включен ли systemd юнит Daemon Upower (управление питанием)
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable upower.service)
|
||||
|
||||
@ -342,7 +340,7 @@
|
||||
<string id="winbind_service">Samba Winbind Сервис</string>
|
||||
<string id="winbind_service_help">Эта политика определяет, включен ли systemd юнит Samba Winbind
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable winbind.service)
|
||||
|
||||
@ -352,7 +350,7 @@
|
||||
<string id="postfix_service">Агент передачи почты Postfix</string>
|
||||
<string id="postfix_service_help">Эта политика определяет, включен ли systemd юнит агента передачи почты Postfix
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable postfix.service)
|
||||
|
||||
@ -362,7 +360,7 @@
|
||||
<string id="rpcbind_service">Отображение адресов и номеров RPC</string>
|
||||
<string id="rpcbind_service_help">Эта политика определяет, включен ли systemd юнит RPC bind
|
||||
|
||||
Не задана — не изменять системное состояние юнита
|
||||
Не сконфигурировано — не изменять системное состояние юнита
|
||||
|
||||
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable rpcbind.service)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user