Merge pull request #21238 from bcoles/loongarch64-chmod

Add Linux LoongArch64 chmod payload
This commit is contained in:
adfoster-r7
2026-04-16 16:51:00 +01:00
committed by GitHub
3 changed files with 152 additions and 0 deletions
+9
View File
@@ -2059,6 +2059,15 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'linux/riscv64le/shell_reverse_tcp'
end
context 'linux/loongarch64/chmod' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/linux/loongarch64/chmod'
],
modules_pathname: modules_pathname,
reference_name: 'linux/loongarch64/chmod'
end
context 'linux/loongarch64/reboot' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [