diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-03 12:21:27 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-03 12:21:27 +0300 |
commit | 6ee529f37dd1d27d1bf425c2966e599ef8de84ce (patch) | |
tree | fde05cd8a6ce97c7c173f4bd54e5811f40ffa70b | |
parent | 5458f891a0e6f0ec412577f4eff026464f80fec8 (diff) | |
download | vconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.tar.gz vconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.tar.bz2 vconf-6ee529f37dd1d27d1bf425c2966e599ef8de84ce.zip |
removing chsmack
-rwxr-xr-x | vconf-init | 1 | ||||
-rwxr-xr-x | vconf-setup | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -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 |