chsmack: adds 'drop' option
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Jan 2016 14:08:52 +0000 (15:08 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 4 Apr 2016 09:52:44 +0000 (11:52 +0200)
commit087c883b65f04749862bc807fe4b04d7c1f5dbc5
treedf61929262c0011e854079d6bda841c21d89f3b0
parent0592eed3d0d0dc1214f5ca9186b96a016cdbe0a6
chsmack: adds 'drop' option

This option allows to drop any property that
is not explicitely set. This option is intended
to prevent to call chsmack times.

By eample, the following sequence:

 chsmack -d file
 chsmask -a User::Item file

becomes

 chsmack -D -a User::Item file

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
doc/chsmack.8
utils/chsmack.c