]> www.infradead.org Git - users/jedix/linux-maple.git/commit
failcmd: make failcmd.sh executable
authorBreno Leitao <leitao@debian.org>
Mon, 29 Jul 2024 08:52:11 +0000 (01:52 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:32 +0000 (20:43 -0700)
commit8af2caf7307d8002d88c377c58eba8cae75a2109
tree3d2a3428e2384bca15ffcbc1aa9692f0dc2641f3
parent11ee88a0f98770719f29b7d1efb2a2ca6a83af3c
failcmd: make failcmd.sh executable

Change the file permissions of tools/testing/fault-injection/failcmd.sh to
allow execution.  This ensures the script can be run directly without
explicitly invoking a shell.

Link: https://lkml.kernel.org/r/20240729085215.3403417-1-leitao@debian.org
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/fault-injection/failcmd.sh [changed mode: 0644->0755]