SELinux--找不到seinfo、sesearch指令
今天在學習SELinux時,想查詢policy規則,於是在Command輸入:
[root@oel62 ~]# seinfo
-bash: seinfo: command not found
[root@oel62 ~]# sesearch
-bash: seinfo: command not found
找不到相關指令,是因為缺少安裝SELinux Tools,利用yum來安裝
[root@oel62 ~]# yum install setools-console.x86_64
Loaded plugins: refresh-packagekit, security
Setting up Install Process
...(略)
Running Transaction
Installing : setools-libs-3.3.7-4.el6.x86_64 1/2
Installing : setools-console-3.3.7-4.el6.x86_64 2/2
Installed:
setools-console.x86_64 0:3.3.7-4.el6
一共安裝了兩個套件,接著輸入指令試試看。
[root@oel62 ~]# seinfo --help
Usage: seinfo [OPTIONS] [EXPRESSION] [POLICY ...]
Print information about the components of a SELinux policy.
EXPRESSIONS:
-c[NAME], --class[=NAME] print object classes
--sensitivity[=NAME] print sensitivities
...(略)
[root@oel62 ~]# sesearch --help
Usage: sesearch [OPTIONS] RULE_TYPE [RULE_TYPE ...] [EXPESSION] [POLICY ...]
Search the rules in a SELinux policy.
RULE_TYPES:
-A, --allow allow rules
--neverallow neverallow rules
...(略)
-
在電腦版的Line輸入文字時,遇到需要換行的情形時,我都是用記事本先寫好再複製上去,這樣就可以有換行的效果,可是這樣的做法好像失去Line的便利性。 於是查了一下,原來有一個設定可以指定Enter換行,而不是發訊息出去。 完成設定之後,要發送訊息就改用Al...
-
Windows7 / Windows8 kill process Linux下要刪除某個程序通常會使用 ps 配合 kill 來刪除程序。 例如:ps -ef |grep [PROCESS NAME] kill -9 [PID] 在Windows下,通常是...
-
在7月份的時候,利用Google地圖查詢官田區的路線,偶然發現「官田新訓中心(度假村)」,地點卻是我以前當兵時的新訓中心,難道當年的官田新訓中心已經被裁撤,改為飯店還是觀光景點嗎? 將Google地圖轉為街景模式,看見的還是新訓中心的門口,幾乎與我腦中的印象一樣,沒有什...