Skip to content

RVCK 、RVCK-OLK 测试添加测试项目syzkaller #18

Description

@wangliu-iscas

相关代码: https://gitee.com/woqidaideshi/rvck-olk-test/blob/master/syzkaller.sh

需要将rootfs修改以下内容:

  1. sshd
    /etc/ssh/sshd_config 添加以下内容,修改后重启 sshd:systemctl restart sshd

    AllowAgentForwarding yes
    AllowTcpForwarding yes
    PermitRootLogin yes
    PasswordAuthentication yes
    PermitEmptyPasswords yes

  2. fstab
    /etc/fstab添加内容:debugfs /sys/kernel/debug debugfs defaults 0 0

  3. selinux
    /etc/selinux/config 修改 SELINUX=disabled

其中 1 是要改的,2 和3 还不确定能不能改成功。
还需要把宿主机的 pubkey 传到 rootfs,这样可以免密登录。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions