linux 怎么看策略,centos – 如何查看SELinux策略包的内容

SELinux策略模块通过以下步骤构建:

>生成一组策略规则:audit2allow

> compile:checkmodule

> build:semodule_package

假设我有一个带有以下内容的postgreylocal.te文件:

module postgreylocal 1.0;

require {

type postfix_smtpd_t;

type postfix_spool_t;

type initrc_t;

class sock_file write;

class unix_stream_socket connectto;

}

#============= postfix_smtpd_t ==============

allow postfix_smtpd_t initrc_t:unix_stream_socket connectto;

allow postfix_smtpd_t postfix_spool_t:sock_file write;

将创建postgreylocal.pp策略模块:

# checkmodule -M -m -o postgreylocal.mod postgreylocal.te

# semodule_package -m postgreylocal.mod -o postgreylocal.pp

要解压缩此策略模块,您需要一个名为semodule_unpackage的工具来提取.mod文件,然后使用dismod将二进制模块反汇编为文本表示.

在我的Gentoo上,需要安装以下软件包:

[I] sys-apps/policycoreutils

Available versions: [M]2.0.82 [M](~)2.0.82-r1 [M](~)2.0.85 [M](~)2.1.0 {M}(~)2.1.0-r1

Installed versions: 2.1.0-r1(05:12:27 PM 10/14/2011)

Homepage: http://userspace.selinuxproject.org

Description: SELinux core utilities

[I] sys-apps/checkpolicy

Available versions: [M]2.0.21 [M](~)2.0.23 {M}(~)2.1.0 {debug}

Installed versions: 2.1.0(01:27:53 PM 10/14/2011)(-debug)

Homepage: http://userspace.selinuxproject.org

Description: SELinux policy compiler

[I] sys-libs/libsepol

Available versions: [M]2.0.41!t [M](~)2.0.42!t {M}(~)2.1.0!t

Installed versions: 2.1.0!t(01:25:43 PM 10/14/2011)

Homepage: http://userspace.selinuxproject.org

Description: SELinux binary policy representation library

首先,从.pp文件中提取模块:

# semodule_unpackage postgreylocal.pp postgreylocal.mod

第二,用dismod反汇编:

# cd checkpolicy-2.1.0/test/

# ls

dismod.c dispol.c Makefile

# make

cc -g -Wall -O2 -pipe -I/usr/include -c -o dispol.o dispol.c

dispol.c: In function ‘main’:

dispol.c:438:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

dispol.c:465:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

dispol.c:476:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

dispol.c:500:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

cc dispol.o -lfl -lsepol -lselinux /usr/lib/libsepol.a -L/usr/lib -o dispol

cc -g -Wall -O2 -pipe -I/usr/include -c -o dismod.o dismod.c

dismod.c: In function ‘main’:

dismod.c:913:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

dismod.c:982:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

dismod.c: In function ‘link_module’:

dismod.c:787:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

cc dismod.o -lfl -lsepol -lselinux /usr/lib/libsepol.a -L/usr/lib -o dismod

# ls

dismod dismod.c dismod.o dispol dispol.c dispol.o Makefile

./dismod postgreylocal.pp

Reading policy...

libsepol.policydb_index_others: security: 0 users, 1 roles, 3 types, 0 bools

libsepol.policydb_index_others: security: 0 sens, 0 cats

libsepol.policydb_index_others: security: 2 classes, 0 rules, 0 cond rules

libsepol.policydb_index_others: security: 0 users, 1 roles, 3 types, 0 bools

libsepol.policydb_index_others: security: 0 sens, 0 cats

libsepol.policydb_index_others: security: 2 classes, 0 rules, 0 cond rules

Binary policy module file loaded.

Module name: postgreylocal

Module version: 1.0

Select a command:

1) display unconditional AVTAB

2) display conditional AVTAB

3) display users

4) display bools

5) display roles

6) display types, attributes, and aliases

7) display role transitions

8) display role allows

9) Display policycon

0) Display initial SIDs

a) Display avrule requirements

b) Display avrule declarations

c) Display policy capabilities

l) Link in a module

u) Display the unknown handling setting

F) Display filename_trans rules

f) set output file

m) display menu

q) quit

Command ('m' for menu): 1

unconditional avtab:

--- begin avrule block ---

decl 1:

allow [postfix_smtpd_t] [initrc_t] : [unix_stream_socket] { connectto };

allow [postfix_smtpd_t] [postfix_spool_t] : [sock_file] { write };

Command ('m' for menu): a

avrule block requirements:

--- begin avrule block ---

decl 1:

commons:

classes: sock_file{ write } unix_stream_socket{ connectto }

roles :

types : postfix_smtpd_t postfix_spool_t initrc_t

users :

bools :

levels :

cats :

Command ('m' for menu):

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值