File: apt.fc

package info (click to toggle)
refpolicy 2%3A2.20110726-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,744 kB
  • sloc: xml: 89,354; python: 2,357; makefile: 498; ansic: 290; perl: 238; sh: 217; sed: 15; awk: 7
file content (21 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/usr/bin/apt-get		--	gen_context(system_u:object_r:apt_exec_t,s0)
# apt-shell is redhat specific
/usr/bin/apt-shell		--	gen_context(system_u:object_r:apt_exec_t,s0)
# other package managers
/usr/bin/aptitude		--	gen_context(system_u:object_r:apt_exec_t,s0)
/usr/sbin/synaptic		--	gen_context(system_u:object_r:apt_exec_t,s0)

# package cache repository
/var/cache/apt(/.*)?			gen_context(system_u:object_r:apt_var_cache_t,s0)

# package list repository
/var/lib/apt(/.*)?			gen_context(system_u:object_r:apt_var_lib_t,s0)
/var/lib/aptitude(/.*)?		gen_context(system_u:object_r:apt_var_lib_t,s0)

# aptitude lock
/var/lock/aptitude			gen_context(system_u:object_r:apt_lock_t,s0)
# aptitude log
/var/log/aptitude.*			gen_context(system_u:object_r:apt_var_log_t,s0)

# dpkg terminal log
/var/log/apt(/.*)?			gen_context(system_u:object_r:apt_var_log_t,s0)