summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy-2.20130424/poky-fc-subs_dist.patch
blob: 2eaecdf2c3c8a92d4ad12c0f136119083a854522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Subject: [PATCH] fix file_contexts.subs_dist for poky

This file is used for Linux distros to define specific pathes 
mapping to the pathes in file_contexts.

Upstream-Status: Inappropriate [only for Poky]

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
---
 config/file_contexts.subs_dist |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/config/file_contexts.subs_dist b/config/file_contexts.subs_dist
index 32b87a4..ebba73d 100644
--- a/config/file_contexts.subs_dist
+++ b/config/file_contexts.subs_dist
@@ -5,3 +5,11 @@
 /usr/lib32 /usr/lib
 /usr/lib64 /usr/lib
 /var/run/lock /var/lock
+/etc/init.d /etc/rc.d/init.d
+/var/volatile/log /var/log
+/var/volatile/run /var/run
+/var/volatile/cache /var/cache
+/var/volatile/tmp /var/tmp
+/var/volatile/lock /var/lock
+/var/volatile/run/lock /var/lock
+/www /var/www
-- 
1.7.5.4