- Timestamp:
- 04/14/09 15:47:37 (3 years ago)
- File:
-
- 1 edited
-
trunk/etc/openct.hald.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/openct.hald.in
r1148 r1149 4 4 $HAL_PROP_USB_DEVICE_REVISION_BCD`" 5 5 6 # this script is run by root, so you can use it to modify 7 # owner, group and permissions of the device file. 8 # 6 9 # 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 9 21 10 22 if test -e "$HAL_PROP_SMART_CARD_READER_DEVICE_FILE"
Note: See TracChangeset
for help on using the changeset viewer.
