Skip to content

Commit

Permalink
Merge pull request #12 from rhatdan/master
Browse files Browse the repository at this point in the history
Fix location of selinuxfs mount point
  • Loading branch information
stephensmalley committed Mar 25, 2016
2 parents 4534c08 + 950f3a6 commit 861ec73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libselinux/man/man3/security_disable.3
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ security_disable \- disable the SELinux kernel code at runtime
disables the SELinux kernel code, unregisters selinuxfs from
.IR /proc/filesystems ,
and then unmounts
.IR /selinux .
.IR /sys/fs/selinux .
.sp
This function can only be called at runtime and prior to the initial policy
load. After the initial policy load, the SELinux kernel code cannot be disabled,
Expand Down
4 changes: 2 additions & 2 deletions libselinux/man/man3/selinux_status_open.3
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ without invocation of system calls
.SH "DESCRIPTION"
Linux 2.6.37 or later provides a SELinux kernel status page; being mostly
placed on
.I /selinux/status
.I /sys/fs/selinux/status
entry. It enables userspace applications to mmap this page with read-only
mode, then it informs some status without system call invocations.
.sp
Expand All @@ -38,7 +38,7 @@ without system-call invocation or worker thread for monitoring.
.BR selinux_status_open ()
tries to
.BR open (2)
.I /selinux/status
.I /sys/fs/selinux/status
and
.BR mmap (2)
it in read-only mode. The file-descriptor and pointer to the page shall
Expand Down
2 changes: 1 addition & 1 deletion libselinux/man/man8/avcstat.8
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Display the cumulative values.
.TP
.B \-f
Specifies the location of the AVC statistics file, defaulting to
.IR /selinux/avc/cache_stats .
.IR /sys/fs/selinux/avc/cache_stats .
.
.SH AUTHOR
This manual page was written by Dan Walsh <[email protected]>.
Expand Down

0 comments on commit 861ec73

Please sign in to comment.