From patchwork Tue Aug 23 19:04:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shirish Pargaonkar X-Patchwork-Id: 1089472 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7NIw3oK009681 for ; Tue, 23 Aug 2011 18:58:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755704Ab1HWS6p (ORCPT ); Tue, 23 Aug 2011 14:58:45 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:50425 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755681Ab1HWS6p (ORCPT ); Tue, 23 Aug 2011 14:58:45 -0400 Received: by yxj19 with SMTP id 19so320165yxj.19 for ; Tue, 23 Aug 2011 11:58:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=4UjUiYHXv5YyE6lmIqPjf6lk51GrmTqUsJUBJf0KXfE=; b=gvOabAMHKCd8qu/3yrOs0UEsoRfrfjXYrMLGmDcsUSJJvo84Ir+pP+jHzlyOmW5TqL bQqKQDghooOeqUUcY6LwsqlvqENSLgXudsJuOMH9N4A8no+rHFn5np5ffHRrpXI/JozC YdACJC1uSNV8ERzvv+gE1PEirBKOuqLULhYfM= Received: by 10.236.195.70 with SMTP id o46mr25696101yhn.21.1314125924423; Tue, 23 Aug 2011 11:58:44 -0700 (PDT) Received: from localhost ([32.97.110.58]) by mx.google.com with ESMTPS id f4sm310822yhn.69.2011.08.23.11.58.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 11:58:43 -0700 (PDT) From: shirishpargaonkar@gmail.com To: jlayton@samba.org Cc: linux-cifs@vger.kernel.org, Shirish Pargaonkar Subject: [PATCH 6/8] cifs-utils: cifsacl utilities: Change contents of mount.cifs manpage (try #2) Date: Tue, 23 Aug 2011 14:04:18 -0500 Message-Id: <1314126258-12084-1-git-send-email-shirishpargaonkar@gmail.com> X-Mailer: git-send-email 1.6.0.2 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 23 Aug 2011 18:58:45 +0000 (UTC) From: Shirish Pargaonkar State getcifsacl and setcifsacl utilities to manipulate get/set xattr blob respectively. Signed-off-by: Shirish Pargaonkar --- mount.cifs.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mount.cifs.8 b/mount.cifs.8 index 95933e5..64a8b64 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -532,7 +532,7 @@ winbind support configured via nsswitch.conf(5) and smb.conf(5) .RE Please refer to the respective manpages of cifs.idmap(8) and winbindd(8) for more information. -Security descriptors for a file object can be retrieved and set directly using extended attribute named system.cifs_acl. The security descriptors presented via this interface are "raw" blobs of data and need a userspace utility to either parse and format or to assemble it. +Security descriptors for a file object can be retrieved and set directly using extended attribute named system.cifs_acl. The security descriptors presented via this interface are "raw" blobs of data and need a userspace utility to either parse and format or to assemble it such as getcifsacl(8) and setcifsacl(8) respectively. Some of the things to consider while using this mount option: .sp