Changeset 1839
- Timestamp:
- 01/18/08 11:50:30
(1 year ago)
- Author:
- dsugar
- Message:
Added test0052 to verify owner self permissions are getting generated
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1469 |
r1839 |
|
| 10 | 10 | |
|---|
| 11 | 11 | #run the compiler test |
|---|
| 12 | | java -cp build com.tresys.framework.compiler.Compiler -fc $DIR/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err |
|---|
| | 12 | java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | #check compiler error result |
|---|
| r1508 |
r1839 |
|
| 26 | 26 | |
|---|
| 27 | 27 | if [ $BUILD -eq 1 ]; then |
|---|
| | 28 | echo Compiling |
|---|
| 28 | 29 | # build command line test program if it doesn't exist |
|---|
| 29 | 30 | #if [ ! -e build/com/tresys/framework/compiler/Compiler.java ]; then |
|---|
| 30 | 31 | # make -C libapoljava |
|---|
| 31 | | make -C framework-plugin/libselinuxjava |
|---|
| | 32 | make --quiet -C framework-plugin/libselinuxjava |
|---|
| 32 | 33 | ant -q -f compilerbuild.xml compile |
|---|
| 33 | 34 | #fi; |
|---|
Download in other formats:
* Generating other formats may take time.