restorecon - restore file(s) default SELinux security contexts.
restorecon [-R] [-n] [-p] [-v] [-e directory] pathname... restorecon -f infilename [-e directory] [-R] [-n] [-p] [-v] [-F]
This manual page describes the restorecon program. This program is primarily used to set the security context (extended attributes) on one or more files. It can also be run at any other time to correct inconsistent labels, to add support for newly-installed policy or, by using the -n option, to passively check whether the file contexts are all set as specified by the active policy (default behavior). If a file object does not have a context, restorecon will write the default context to the file object's extended attributes. If a file object has a context, restorecon will only modify the type portion of the security context. The -F option will force a replacement of the entire context. It is the same executable as setfiles but operates in a slightly different manner depending on its argv[0].
-e directory exclude a directory (repeat the option to exclude more than one directory, Requires full path). -f infilename infilename contains a list of files to be processed. Use - for stdin. -F Force reset of context to match file_context for customizable files, and the default file context, changing the user, role, range portion as well as the type. -h, -? display usage information and exit. -i ignore files that do not exist. -n don't change any file labels (passive check). To display the files whose labels would be changed, add -v. -o outfilename Deprecated, SELinux policy will probably block this access. Use shell redirection to save list of files with incorrect context in filename. -p show progress by printing * every 1024 files. (If you relabel the entire OS, this will show you the percentage complete.) -R, -r change files and directories file labels recursively (descend directories). Note: restorecon reports warnings on paths without default labels only if called non-recursively or in verbose mode. -v show changes in file labels, if type or role are going to be changed. -0 the separator for the input items is assumed to be the null character (instead of the white space). The quotes and the backslash characters are also treated as normal characters that can form valid input. This option finally also disables the end of file string, which is treated like any other argument. Useful when input items might contain white space, quote marks or backslashes. The -print0 option of GNU find produces input suitable for this mode. ARGUMENTS pathname... The pathname for the file(s) to be relabeled.
restorecon does not follow symbolic links and by default it does not operate recursively on directories.
This man page was written by Dan Walsh <dwalsh@redhat.com>. Some of the content of this man page was taken from the setfiles man page written by Russell Coker <russell@coker.com.au>. The program was written by Dan Walsh <dwalsh@redhat.com>.
setfiles(8), load_policy(8), checkpolicy(8) 2002031409 restorecon(8)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.