Merge #91363: small treewide: his -> theirs/its
This commit is contained in:
commit
64cf1e79dd
4 changed files with 4 additions and 4 deletions
|
@ -626,7 +626,7 @@ in {
|
||||||
then
|
then
|
||||||
''
|
''
|
||||||
The password hash of user "${name}" may be invalid. You must set a
|
The password hash of user "${name}" may be invalid. You must set a
|
||||||
valid hash or the user will be locked out of his account. Please
|
valid hash or the user will be locked out of their account. Please
|
||||||
check the value of option `users.users."${name}".hashedPassword`.
|
check the value of option `users.users."${name}".hashedPassword`.
|
||||||
''
|
''
|
||||||
else null
|
else null
|
||||||
|
|
|
@ -124,7 +124,7 @@ in {
|
||||||
<literal>"iponly"</literal>: specifies no authentication. ACLs authorization is used.
|
<literal>"iponly"</literal>: specifies no authentication. ACLs authorization is used.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<literal>"strong"</literal>: authentication by username/password. If user is not registered his access is denied regardless of ACLs.
|
<literal>"strong"</literal>: authentication by username/password. If user is not registered their access is denied regardless of ACLs.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ in
|
||||||
with subtest("test5 user should not be able to run commands under root"):
|
with subtest("test5 user should not be able to run commands under root"):
|
||||||
machine.fail("sudo -u test5 sudo -n -u root true")
|
machine.fail("sudo -u test5 sudo -n -u root true")
|
||||||
|
|
||||||
with subtest("test5 user should be able to keep his environment"):
|
with subtest("test5 user should be able to keep their environment"):
|
||||||
machine.succeed("sudo -u test5 sudo -n -E -u test1 true")
|
machine.succeed("sudo -u test5 sudo -n -E -u test1 true")
|
||||||
|
|
||||||
with subtest("users in group 'barfoo' should not be able to keep their environment"):
|
with subtest("users in group 'barfoo' should not be able to keep their environment"):
|
||||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Pulseaudio command line mixer";
|
description = "Pulseaudio command line mixer";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Features:
|
Features:
|
||||||
- Get the current volume of the default sink, the default source or a selected one by his id
|
- Get the current volume of the default sink, the default source or a selected one by its id
|
||||||
- Set the volume for the default sink, the default source or any other device
|
- Set the volume for the default sink, the default source or any other device
|
||||||
- List the sinks
|
- List the sinks
|
||||||
- List the sources
|
- List the sources
|
||||||
|
|
Loading…
Reference in a new issue