aboutsummaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-kernel-fscaps
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14ABI: fix some syntax issues at the ABI databaseMauro Carvalho Chehab1-1/+1
On those three files, the ABI representation described at README are violated. - at sysfs-bus-iio-proximity-as3935: a ':' character is missing after "What" - at sysfs-class-devfreq: there's a typo at Description - at sysfs-class-cxl, it is using the ":" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Acked-by: Andrew Donnellan <[email protected]> # cxl Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-04-19kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel1-0/+8
A kernel booted with no_file_caps allows to install fscaps on a binary but doesn't actually honor the fscaps when running the binary. Userspace currently has no sane way to determine whether installing fscaps actually has any effect. Since parsing /proc/cmdline is fragile this patch exposes the current setting (1 or 0) via /sys/kernel/fscaps Signed-off-by: Ludwig Nussel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>