]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #12059 from poettering/nspawn-typos
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Mar 2019 14:14:11 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 14:14:11 +0000 (15:14 +0100)
some typo and other fixes result of the OCI nspawn merge

1  2 
src/basic/capability-util.c

index 99628f626085b76ea668deda7a614421381b9aee,03a6b660fb185aff65109724a0b78b520dc02951..0035352954a8452c96c4e1cfc0d03052ef2ef57f
@@@ -515,10 -519,12 +516,10 @@@ int capability_quintet_enforce(const Ca
  
                          /* Now, let's enforce the caps for the first time. Note that this is where we acquire
                           * caps in any of the sets we currently don't have. We have to do this before
-                          * droppoing the bounding caps below, since at that point we can never acquire new
-                          * caps in inherited/permitted/effective anymore, but only lose them.*/
+                          * dropping the bounding caps below, since at that point we can never acquire new
+                          * caps in inherited/permitted/effective anymore, but only lose them. */
                          if (cap_set_proc(modified ?: c) < 0)
                                  return -errno;
 -
 -                        need_set_proc_again = !!modified;
                  }
          }