diff options
-rw-r--r-- | desktop/i3lock/i3lock.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/i3lock/i3lock.SlackBuild b/desktop/i3lock/i3lock.SlackBuild index 538f6b5e80..1100af35e1 100644 --- a/desktop/i3lock/i3lock.SlackBuild +++ b/desktop/i3lock/i3lock.SlackBuild @@ -91,7 +91,7 @@ make install DESTDIR=$PKG # i3lock needs setuid to make sure it isn't killed by the kernel and to read shadow. # Don't worry, the privileges are dropped really soon after starting # and everything else runs without privileges. -chown 0.0 $PKG/usr/bin/i3lock +chown 0:0 $PKG/usr/bin/i3lock chmod 4751 $PKG/usr/bin/i3lock # We need setuid to set the out of memory score, and drop permissions once done. # This makes the program's init slightly more insecure, since we'd only need |