File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1555,6 +1555,16 @@ config SYSCTL_ARCH_UNALIGN_ALLOW
1555
1555
the unaligned access emulation.
1556
1556
see arch/parisc/kernel/unaligned.c for reference
1557
1557
1558
+ config SYSFS_SYSCALL
1559
+ bool "Sysfs syscall support"
1560
+ default n
1561
+ help
1562
+ sys_sysfs is an obsolete system call no longer supported in libc.
1563
+ Note that disabling this option is more secure but might break
1564
+ compatibility with some systems.
1565
+
1566
+ If unsure say N here.
1567
+
1558
1568
config HAVE_PCSPKR_PLATFORM
1559
1569
bool
1560
1570
@@ -1599,16 +1609,6 @@ config SGETMASK_SYSCALL
1599
1609
1600
1610
If unsure, leave the default option here.
1601
1611
1602
- config SYSFS_SYSCALL
1603
- bool "Sysfs syscall support" if EXPERT
1604
- default y
1605
- help
1606
- sys_sysfs is an obsolete system call no longer supported in libc.
1607
- Note that disabling this option is more secure but might break
1608
- compatibility with some systems.
1609
-
1610
- If unsure say Y here.
1611
-
1612
1612
config FHANDLE
1613
1613
bool "open by fhandle syscalls" if EXPERT
1614
1614
select EXPORTFS
You can’t perform that action at this time.
0 commit comments