Changeset 161

Show
Ignore:
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
  • branch/refpol-merged/build/Makefile

    r153 r161  
    1 # Copyright (C) 200-2006 Tresys Technology, LLC 
     1# Copyright (C) 2005-2007 Tresys Technology, LLC 
    22#      This program is free software; you can redistribute it and/or 
    33#      modify it under the terms of the GNU General Public License as 
    44#      published by the Free Software Foundation, version 2. 
    55# 
    6 # Author: Spencer Shimko <sshimko@tresys.com> 
     6# Authors: Spencer Shimko <sshimko@tresys.com> 
     7#          Brian Williams <bwilliams@tresys.com> 
    78# 
    89# README: This build systems creates a refpolicy based policy RPM.  The repo  
     
    1819 
    1920# The name of the policy eg in the case of selinux-policy-ftg it would be ftg 
    20 POLNAME ?= refpol 
     21POLNAME ?= clip 
    2122 
    2223# This is the version number of the RPM that will be  
    2324# generated.  Typically you bump this for delivery. 
    24 VERSION ?= 2.0 
     25VERSION ?= 2.1 
    2526 
    2627# bump this if creating multiple releases from the same  
     
    3940# This is the mode that /etc/selinux/config will be set to 
    4041# (enforcing or permissive) 
    41 MODE ?= permissive 
     42MODE ?= enforcing 
    4243 
    4344# please insert any docs here that you want to be placed in the tarball