summaryrefslogtreecommitdiff
path: root/src/local.te
blob: bb9adbe791943a43d3b87ebf2fe86e74017da156 (plain)
1
2
3
4
5
6
7
8
9
10
11
module local 1.0;

require {
  type postfix_local_t;
  type usr_t;
  class file { getattr read open ioctl };
}

#============= postfix_local_t ==============
allow postfix_local_t usr_t:file { getattr read open ioctl };