Module
Chef::FileAccessControl::Unix
In:
lib/chef/file_access_control/unix.rb
Methods
current_gid
current_mode
current_uid
describe_changes
gid_from_resource
mode_from_resource
mode_to_s
requires_changes?
set_all
set_all!
set_group
set_group!
set_mode
set_mode!
set_owner
set_owner!
should_update_group?
should_update_mode?
should_update_owner?
stat
target_gid
target_mode
target_uid
Constants
UINT
=
(1 << 32)
UID_MAX
=
(1 << 32) - 10
Public Instance methods
current_gid
()
current_mode
()
current_uid
()
describe_changes
()
gid_from_resource
(resource)
mode_from_resource
(res)
mode_to_s
(mode)
requires_changes?
()
TODO factor this up
set_all
()
set_all!
()
set_group
()
set_group!
()
set_mode
()
set_mode!
()
set_owner
()
set_owner!
()
should_update_group?
()
should_update_mode?
()
should_update_owner?
()
stat
()
target_gid
()
target_mode
()
target_uid
()
[Validate]