diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-20 03:06:54 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-20 03:06:54 +0100 |
commit | f8e641f6699937db082a58b26dd0f209d318de7a (patch) | |
tree | 7238ce8f44bea8b0a2467e774a9afd7ff5c9a312 /main/busybox/bbsuid.c | |
parent | 12bf5ab473db6d25b134b8171a445381a11a8601 (diff) | |
download | aports-f8e641f6699937db082a58b26dd0f209d318de7a.tar.bz2 aports-f8e641f6699937db082a58b26dd0f209d318de7a.tar.xz |
main/busybox: make vlock an suid binary
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r-- | main/busybox/bbsuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index 9fc9bb1972..718cdea57a 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -28,6 +28,7 @@ const static char * applets[] = { "/usr/bin/passwd", "/usr/bin/su", "/usr/bin/traceroute", + "/usr/bin/vlock", NULL }; |