diff options
author | Tom Gundersen <teg@jklm.no> | 2015-08-25 18:50:44 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-08-25 18:50:44 +0200 |
commit | 33c1c9745ccc478c8eda72f8bae76945487076ae (patch) | |
tree | 9fd5eec5d3fc7c97c6f1b39f4c5d84cb0c1693a2 /src/machine/org.freedesktop.machine1.policy.in | |
parent | 498fb56739a5d18cb85d2ba3523759b1d141d770 (diff) | |
parent | 8bed4cbcc0d1bfc923ab98fbfc9dd15c3cff5934 (diff) |
Merge pull request #1033 from poettering/machine-fixes
misc machine fixes
Diffstat (limited to 'src/machine/org.freedesktop.machine1.policy.in')
-rw-r--r-- | src/machine/org.freedesktop.machine1.policy.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/machine/org.freedesktop.machine1.policy.in b/src/machine/org.freedesktop.machine1.policy.in index 6e35c5c045..69f78a5c25 100644 --- a/src/machine/org.freedesktop.machine1.policy.in +++ b/src/machine/org.freedesktop.machine1.policy.in @@ -60,7 +60,7 @@ <action id="org.freedesktop.machine1.open-pty"> <_description>Acquire a pseudo TTY in a local container</_description> - <_message>Authentication is acquire a pseudo TTY in a local container.</_message> + <_message>Authentication is required to acquire a pseudo TTY in a local container.</_message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> @@ -70,7 +70,7 @@ <action id="org.freedesktop.machine1.host-open-pty"> <_description>Acquire a pseudo TTY on the local host</_description> - <_message>Authentication is acquire a pseudo TTY on the local host.</_message> + <_message>Authentication is required to acquire a pseudo TTY on the local host.</_message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> |