Changeset 161
- Timestamp:
- 01/09/08 15:33:02
(11 months ago)
- Author:
- bwilliams
- Message:
moved stuff for move back into trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r153 |
r161 |
|
| 1 | | # Copyright (C) 200-2006 Tresys Technology, LLC |
|---|
| | 1 | # Copyright (C) 2005-2007 Tresys Technology, LLC |
|---|
| 2 | 2 | # This program is free software; you can redistribute it and/or |
|---|
| 3 | 3 | # modify it under the terms of the GNU General Public License as |
|---|
| 4 | 4 | # published by the Free Software Foundation, version 2. |
|---|
| 5 | 5 | # |
|---|
| 6 | | # Author: Spencer Shimko <sshimko@tresys.com> |
|---|
| | 6 | # Authors: Spencer Shimko <sshimko@tresys.com> |
|---|
| | 7 | # Brian Williams <bwilliams@tresys.com> |
|---|
| 7 | 8 | # |
|---|
| 8 | 9 | # README: This build systems creates a refpolicy based policy RPM. The repo |
|---|
| … | … | |
| 18 | 19 | |
|---|
| 19 | 20 | # The name of the policy eg in the case of selinux-policy-ftg it would be ftg |
|---|
| 20 | | POLNAME ?= refpol |
|---|
| | 21 | POLNAME ?= clip |
|---|
| 21 | 22 | |
|---|
| 22 | 23 | # This is the version number of the RPM that will be |
|---|
| 23 | 24 | # generated. Typically you bump this for delivery. |
|---|
| 24 | | VERSION ?= 2.0 |
|---|
| | 25 | VERSION ?= 2.1 |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | # bump this if creating multiple releases from the same |
|---|
| … | … | |
| 39 | 40 | # This is the mode that /etc/selinux/config will be set to |
|---|
| 40 | 41 | # (enforcing or permissive) |
|---|
| 41 | | MODE ?= permissive |
|---|
| | 42 | MODE ?= enforcing |
|---|
| 42 | 43 | |
|---|
| 43 | 44 | # please insert any docs here that you want to be placed in the tarball |
|---|
Download in other formats:
* Generating other formats may take time.