1SYSFS_CHMOD_FILE(9) The Filesystem for Exporting K SYSFS_CHMOD_FILE(9)
23
4
NAME
6sysfs_chmod_file - update the modified mode value on an object
7attribute.
8
SYNOPSIS
10int sysfs_chmod_file(struct kobject * kobj, struct attribute * attr,
11mode_t mode);
12
ARGUMENTS
14kobj
15object we're acting for.
1617
attr
18attribute descriptor.
1920
mode
21file permissions.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 SYSFS_CHMOD_FILE(9)