OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1246-gb3232b2

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 07:31:13 -0700 (PDT)


The following commit has been merged in the master branch:
commit b3232b2cb44a3df02a37efd852ecfef2f3a9e5cc
Author: Jonathan Billings <jsbillin@umich.edu>
Date:   Wed Jun 1 11:05:11 2011 -0400

    linux: rpm: Fix SELinux attributes on /afs when installing openafs-client package
    
    Since the directory /afs isn't included in the package manifest, but
    rather created in a script in the openafs-client package, it never
    gets the appropriate SELinux attributes that are required to mount a
    volume (mnt_t).
    
    This change fixes the problem by running '/sbin/restorecon' (if it is
    an executable that exists) on the /afs directory after the
    openafs-client package is installed, right after the directory is
    created.
    
    Change-Id: I3905cf8da8f7414e410acfa8df51b35abe057cd7
    Reviewed-on: http://gerrit.openafs.org/4763
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/packaging/RedHat/openafs.spec.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository