当前位置:网站首页>audit 移植
audit 移植
2022-07-07 09:17:00 【ldinvicible】
audit移植
参考https://blog.csdn.net/cfl927096306/article/details/101219403
yocto需要安装以下包,编译出交叉工具链
IMAGE_INSTALL += " openldap libtool python3 swig"audit 源码路径 http://repository.timesys.com/buildsources/a/audit/
解压打patch
tar -xf audit-3.0.6.tar.gz
cd audit-3.0.6/
patch -p1 < ../audit-3.0.6-cross.patch
patch -p1 < ../audit-3.0.6-sys_stat_h.patch
source /opt/origin/environment-setup-cortexa53-crypto-poky-linux./configure --host=arm-none-linux --with-arm=yes --prefix=/XXX/tools/audit/audit-3.0.6/audit-3.0.6/__install
报错
/usr/include/python3.8/pyconfig.h:9:12: fatal error: aarch64-linux-gnu/python3.8/pyconfig.h: No such file or directory
9 | # include <aarch64-linux-gnu/python3.8/pyconfig.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
修改:
sed -i "s/\/usr\/include\/python3.8/\/opt\/origin\/sysroots\/cortexa53-crypto-poky-linux\/usr\/include\/python3.9/g" `grep /usr/include/python3.8 -rl ./`
替换的意思
sed -i "s/原字符串/新字符串/g" `grep 原字符串 -rl 所在目录`
make -j32
make install-------------------------
cp -rfp sbin/* /sbin/
cp -rfp bin/* /bin/
cp -rfp lib/ /lib/
cp -rfp lib/* /lib/
cp -rfp etc/* /etc/
mkdir -p /var/log/audit
chown root /etc/audit/auditd.conf
chown root /sbin/audispd-----------------------------------------
mkdir -p /var/log/audit
auditd -f
auditctl -a exit,always -F arch=b64 -S kill -F a1=9
auditctl -a exit,always -F arch=b64 -S kill -k my_monitor_kill
边栏推荐
- [C #] the solution of WinForm operation zoom (blur)
- Eth trunk link switching delay is too high
- The eighth training assignment
- The seventh training assignment
- Poj1821 fence problem solving Report
- PR Lecture Notes
- 数据库同步工具 DBSync 新增对MongoDB、ES的支持
- Graduation season | keep company with youth and look forward to the future together!
- How to play video on unityui
- 关于测试人生的一站式发展建议
猜你喜欢

RationalDMIS2022 高级编程宏程序
![[machine learning 03] Lagrange multiplier method](/img/14/7d4eb5679606e272f137ddbda4938c.png)
[machine learning 03] Lagrange multiplier method

Deeply understand the characteristics of database transaction isolation

Unity script generates configurable files and loads

Opencv installation and environment configuration - vs2017

從色情直播到直播電商

The post-90s resigned and started a business, saying they would kill cloud database

Input type= "password" how to solve the problem of password automatically brought in

About the application of writing shell script JSON in JMeter

2021 summary and 2022 outlook
随机推荐
关于jmeter中编写shell脚本json的应用
從色情直播到直播電商
The eighth training assignment
Qt|多个窗口共有一个提示框类
[machine learning 03] Lagrange multiplier method
VIM命令模式与输入模式切换
基于Retrofit框架的金山API翻译功能案例
The use of list and Its Simulation Implementation
互联网协议
Introduction to shell programming
[untitled]
Go-Redis 中间件
Compile QT project script with qmake
What if copying is prohibited?
How to play video on unityui
如何在博客中添加Aplayer音乐播放器
Kitex 重试机制
Project ERROR: Unknown module(s) in QT: core gui
测试优惠券要怎么写测试用例?
Force buckle 1002 Find common characters