summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-03 12:21:27 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-03 12:21:27 +0300
commit6ee529f37dd1d27d1bf425c2966e599ef8de84ce (patch)
treefde05cd8a6ce97c7c173f4bd54e5811f40ffa70b
parent5458f891a0e6f0ec412577f4eff026464f80fec8 (diff)
downloadvconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.tar.gz
vconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.tar.bz2
vconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.zip
removing chsmack
-rwxr-xr-xvconf-init1
-rwxr-xr-xvconf-setup2
2 files changed, 0 insertions, 3 deletions
diff --git a/vconf-init b/vconf-init
index c14a7c5..fe3f07d 100755
--- a/vconf-init
+++ b/vconf-init
@@ -7,5 +7,4 @@ set -e
cp -a /opt/var/kdb/memory_init/memory/* /var/run/memory
-find /opt/var/kdb/memory_init/memory/ -type d -print0 | xargs -0 chsmack -t
touch /tmp/vconf-initialized
diff --git a/vconf-setup b/vconf-setup
index 8b5dd02..064b11a 100755
--- a/vconf-setup
+++ b/vconf-setup
@@ -6,6 +6,4 @@ mkdir /opt/var/run/memory
chmod 777 /opt/var/run/memory
# set vconf label when first boot
-find /opt/var/kdb/db /opt/var/kdb/file /opt/var/kdb/memory_init/memory -print0 | xargs -0 chsmack -a 'system::vconf'
-find /opt/var/kdb/db /opt/var/kdb/file /opt/var/kdb/memory_init/memory -type d -print0 | xargs -0 chsmack -t