From ca1237602fff7678041e8c338b067453c267712d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 15 Oct 2012 13:32:14 -0500 Subject: POSIX: Switch from perms to mode Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome --- doc/development/client-driver.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/client-driver.txt') diff --git a/doc/development/client-driver.txt b/doc/development/client-driver.txt index c42d2b964..67bbd0dce 100644 --- a/doc/development/client-driver.txt +++ b/doc/development/client-driver.txt @@ -34,7 +34,7 @@ an existing driver, and the process that was used to create it. * In the failure path, the current state of failing entry attributes should be set in the entry, to aid in auditing. (For example, if a file should be mode 644, and is currently - mode 600, then set attribute current_perms='600' in the input + mode 600, then set attribute current_mode='600' in the input entry) #. Add installation support. This method should return True/False -- cgit v1.2.3-1-g7c22