sysfs_chmod_file (9) - Linux Manuals
sysfs_chmod_file: update the modified mode value on an object attribute.
NAME
sysfs_chmod_file - update the modified mode value on an object attribute.
SYNOPSIS
-
int sysfs_chmod_file(struct kobject
* kobj, const struct attribute* attr, umode_tmode);
ARGUMENTS
kobj
-
- object we're acting for.
attr
- attribute descriptor.
mode
- file permissions.
COPYRIGHT