Changeset 1149 for trunk


Ignore:
Timestamp:
04/14/09 15:47:37 (3 years ago)
Author:
aj
Message:

comment out owner, group and permission changes for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/etc/openct.hald.in

    r1148 r1149  
    44        $HAL_PROP_USB_DEVICE_REVISION_BCD`" 
    55 
     6# this script is run by root, so you can use it to modify 
     7# owner, group and permissions of the device file. 
     8#  
    69# NOTE: Minor race condidion. udev creates nodes with o+r. 
    7 chmod o-r $HAL_PROP_SMART_CARD_READER_DEVICE_FILE 
    8 chown @USER@:@GROUP@ $HAL_PROP_SMART_CARD_READER_DEVICE_FILE 
     10# 
     11# commented out for now, every administrator/distribution 
     12# should apply the security policy it prefers. 
     13# 
     14# usualy openct is run as root.root, thus no changes are 
     15# necessary (well, a chmod o-r would be good). but if 
     16# you choose to run openct as a different user or group. 
     17# you need to setup permissions here. 
     18# 
     19#chmod o-r $HAL_PROP_SMART_CARD_READER_DEVICE_FILE 
     20#chown @USER@:@GROUP@ $HAL_PROP_SMART_CARD_READER_DEVICE_FILE 
    921 
    1022if test -e "$HAL_PROP_SMART_CARD_READER_DEVICE_FILE" 
Note: See TracChangeset for help on using the changeset viewer.