Changeset 1583
- Timestamp:
- 03/07/06 09:28:05
(3 years ago)
- Author:
- cpebenito
- Message:
add release tag
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1056 |
r1583 |
|
| 216 | 216 | |
|---|
| 217 | 217 | file_type_auto_trans(initrc_t, device_t, fixed_disk_device_t, blk_file) |
|---|
| 218 | | allow initrc_t file_type:{ dir_file_class_set socket_class_set } getattr; |
|---|
| | 218 | allow initrc_t file_type:{ dir file lnk_file sock_file fifo_file } getattr; |
|---|
| 219 | 219 | allow initrc_t self:capability sys_admin; |
|---|
| 220 | 220 | allow initrc_t device_t:dir create; |
|---|
| r1131 |
r1583 |
|
| 1 | 1 | #!/bin/bash |
|---|
| 2 | 2 | |
|---|
| | 3 | #DISTROS="redhat gentoo" |
|---|
| 3 | 4 | DISTROS="redhat gentoo debian suse" |
|---|
| 4 | 5 | TYPES="strict strict-mls strict-mcs targeted targeted-mls targeted-mcs" |
|---|
| … | … | |
| 12 | 13 | for i in $TYPES; do |
|---|
| 13 | 14 | # Monolithic tests |
|---|
| 14 | | OPTS="TYPE=$i QUIET=@ DIRECT_INITRC=y" |
|---|
| | 15 | OPTS="TYPE=$i MONOLITHIC=y QUIET=y DIRECT_INITRC=y" |
|---|
| 15 | 16 | [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" |
|---|
| 16 | 17 | echo "**** Options: $OPTS ****" |
|---|
| … | … | |
| 23 | 24 | |
|---|
| 24 | 25 | # Loadable module tests |
|---|
| 25 | | OPTS="TYPE=$i MONOLITHIC=n QUIET=@ DIRECT_INITRC=y" |
|---|
| | 26 | OPTS="TYPE=$i MONOLITHIC=n QUIET=y DIRECT_INITRC=y" |
|---|
| 26 | 27 | [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" |
|---|
| 27 | 28 | echo "**** Options: $OPTS ****" |
|---|
| 28 | 29 | echo -ne "\33]0;mod $i $1\007" |
|---|
| 29 | 30 | make $OPTS conf || exit 1 |
|---|
| 30 | | make $OPTS all || exit 1 |
|---|
| | 31 | make $OPTS base || exit 1 |
|---|
| | 32 | make $OPTS -j2 modules || exit 1 |
|---|
| 31 | 33 | mv base.pp tmp |
|---|
| 32 | | # $SE_LINK tmp/base.pp *.pp || exit 1 |
|---|
| | 34 | ############# FIXME |
|---|
| | 35 | rm dmesg.pp |
|---|
| | 36 | $SE_LINK tmp/base.pp *.pp || exit 1 |
|---|
| 33 | 37 | make $OPTS bare || exit 1 |
|---|
| 34 | 38 | done |
|---|
| r1131 |
r1583 |
|
| 10 | 10 | |
|---|
| 11 | 11 | for i in $TYPES; do |
|---|
| 12 | | OPTS="TYPE=$i QUIET=@ DIRECT_INITRC=y" |
|---|
| | 12 | OPTS="TYPE=$i QUIET=y DIRECT_INITRC=y" |
|---|
| 13 | 13 | [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" |
|---|
| 14 | 14 | make bare || exit 1 |
|---|
Download in other formats:
* Generating other formats may take time.