Ticket #25 (new Bug)

Opened 2 years ago

Last modified 2 years ago

fix bad rules in pcmcia

Reported by: pebenito Assigned to: pebenito
Priority: Normal Component: Policy
Version: SVN HEAD Keywords:
Cc:

Description (Last modified by pebenito)

bottom of pcmcia.te has raw rules:

# Create device files in /tmp.
# cjp: why is this created all over the place?
allow cardmgr_t { var_run_t cardmgr_var_run_t tmp_t }:dir rw_dir_perms;
type_transition cardmgr_t { var_run_t cardmgr_var_run_t tmp_t }:{ chr_file blk_file } cardmgr_dev_t;

Change History

11/20/06 14:26:34 changed by pebenito

  • description changed.