Audit Subsystem trace心得 - Linux

Jake avatar
By Jake
at 2006-08-21T00:17

Table of Contents




What is Audit Subsystem?
Audit subsystem是Linux kernel 2.6新增的功能,此子系統能記錄下將各行程的
系統呼叫參數,檔案的操作等,以供事後稽核,SELinux subsystem也依賴Audit
subsystem提供AVC。下圖為執行Audit subsystem所記錄下的數個系統呼叫。

What is Not Audit Subsystem?
Audit Subsystem並不是一個像Netfilter的hook機制,我們並不能利用這個Audit
subsystem來對各系統呼叫做一些「hook」的動作(想要去改變系統呼叫的參數)
我們僅能觀察Audit Subsystem所產生的記錄。

Audit Subsystem Trace
我trace的版本是 2.6.17.8,不同的版本可能會有很大的差別。底下的描述也以系統呼
叫稽核(syscall audit)為主,不討論檔案操作稽核,也不討論audit tool/audit lib。
...

全文如下
http://gen2linux.blogspot.com/2006_08_01_gen2linux_archive.html

--

Red Shirt located. Do you have in sight?

Red Shirt confirmed.

--
Tags: Linux

All Comments

compizthemer

Adele avatar
By Adele
at 2006-07-22T20:58
哈哈 昨天不經意的看到了這個東西,gcompizthemer 是一個compiz用的小工具,可以改變compiz的視窗邊框 目前還沒有辦法改變按鈕的位置(就是改成像蘋果那樣)不過功能很多囉 以下是我的安裝方法(ubuntu 6.06)-假設xgl和compiz已經安裝完成 在sources.lis ...

請問vmware的問題

Victoria avatar
By Victoria
at 2006-07-21T16:22
※ 引述《sacanner (Sam)》之銘言: : 按ctrl+alt+f1~f6切換螢幕, : 請問在vmware中, vmware的hotkey卡到了.. edit-andgt;preferences-andgt;hot keys 原本是設ctrl+alt(跳出vmware)..把他改成 ...

在Ubuntu底下編deb檔的kernel

Lauren avatar
By Lauren
at 2006-07-19T23:20
在Ubuntu底下編deb檔的kernel 1. 安裝編譯相關軟體 code: apt-get build-dep linux-image-386 apt-get install kernel-package 其中xxx可以從apt-catch search linux-image查到,隨便選一個就好了。 ...

在ibook上裝Ubuntu Dapper Linux

Cara avatar
By Cara
at 2006-07-19T23:19
在最新的Dapper flight以經可以用airport wireless 54g, 而我桌機也用Ubuntu, 所以 決定把我的ibook換成Linux啦...而我的環境為ibook g4 1.2g 一些功能介紹 ImageCD下載 記得要下載PowerPC版 1. 開機時, 案住C, 用光碟 ...

在 Ubuntu 播放有區碼的 DVD

Yedda avatar
By Yedda
at 2006-07-19T23:18
由於萬惡的八大影業,為了防止盜版影片的流行,所以把DVD區碼分成1到6, 而台灣屬於 區碼3的地方。然而在在Linux底下的播放軟體不能解DVD CSS(版權因素), 所以導致市面 上原版的DVD影片反而在Linux上不能播放,當然這件事早就被造福人群的駭客破解了 ..XD, 以下我是在ubuntu 下操作心 ...