Searched refs:security (Results 1 – 22 of 22) sorted by relevance
/fs/9p/ |
D | Kconfig | 39 implemented by security modules like SELinux. This option 40 enables an extended attribute handler for file security 43 If you are not using a security module that requires using 44 extended attributes for file security labels, say N.
|
/fs/ext2/ |
D | Kconfig | 36 implemented by security modules like SELinux. This option 37 enables an extended attribute handler for file security 40 If you are not using a security module that requires using 41 extended attributes for file security labels, say N.
|
/fs/ceph/ |
D | Kconfig | 45 implemented by security modules like SELinux. This option 46 enables an extended attribute handler for file security 49 If you are not using a security module that requires using 50 extended attributes for file security labels, say N.
|
/fs/jfs/ |
D | Kconfig | 27 implemented by security modules like SELinux. This option 28 enables an extended attribute handler for file security 31 If you are not using a security module that requires using 32 extended attributes for file security labels, say N.
|
/fs/reiserfs/ |
D | namei.c | 636 struct reiserfs_security_handle security; in reiserfs_create() local 652 retval = reiserfs_security_init(dir, inode, &dentry->d_name, &security); in reiserfs_create() 668 inode, &security); in reiserfs_create() 698 reiserfs_security_free(&security); in reiserfs_create() 708 struct reiserfs_security_handle security; in reiserfs_mknod() local 732 retval = reiserfs_security_init(dir, inode, &dentry->d_name, &security); in reiserfs_mknod() 748 inode, &security); in reiserfs_mknod() 782 reiserfs_security_free(&security); in reiserfs_mknod() 791 struct reiserfs_security_handle security; in reiserfs_mkdir() local 823 retval = reiserfs_security_init(dir, inode, &dentry->d_name, &security); in reiserfs_mkdir() [all …]
|
D | Kconfig | 80 implemented by security modules like SELinux. This option 81 enables an extended attribute handler for file security 84 If you are not using a security module that requires using 85 extended attributes for file security labels, say N.
|
D | inode.c | 1928 struct reiserfs_security_handle *security) in reiserfs_new_inode() argument 2121 if (security->name) { in reiserfs_new_inode() 2123 retval = reiserfs_security_write(th, inode, security); in reiserfs_new_inode()
|
D | reiserfs.h | 3093 struct reiserfs_security_handle *security);
|
/fs/ext4/ |
D | Kconfig | 94 implemented by security modules like SELinux. This option 95 enables an extended attribute handler for file security 98 If you are not using a security module that requires using 99 extended attributes for file security labels, say N.
|
/fs/cifs/ |
D | Kconfig | 43 (smbdirect), advanced security features, per-share encryption, 48 performance, security and features, than would be possible with CIFS. 76 additional security features, including protection against 86 bool "Support legacy servers which use weaker LANMAN security" 91 security mechanisms. These hash the password more securely 99 security mechanisms if you are on a public network. Unless you
|
/fs/ |
D | fs_context.c | 213 ret = security_sb_eat_lsm_opts(options, &fc->security); in generic_parse_monolithic() 359 fc->security = NULL; in vfs_dup_fs_context() 503 security_free_mnt_opts(&fc->security); in put_fs_context() 636 return security_sb_eat_lsm_opts(ctx->legacy_data, &fc->security); in legacy_parse_monolithic() 729 security_free_mnt_opts(&fc->security); in vfs_clean_context()
|
D | Kconfig | 197 security.* namespaces. 278 RPCSEC security modules.
|
D | super.c | 916 retval = security_sb_remount(sb, fc->security); in reconfigure_super() 1581 error = security_sb_set_mnt_opts(sb, fc->security, 0, NULL); in vfs_get_tree()
|
/fs/jffs2/ |
D | Kconfig | 93 implemented by security modules like SELinux. This option 94 enables an extended attribute handler for file security 97 If you are not using a security module that requires using 98 extended attributes for file security labels, say N.
|
D | Makefile | 16 jffs2-$(CONFIG_JFFS2_FS_SECURITY) += security.o
|
/fs/f2fs/ |
D | Kconfig | 64 security labels in the f2fs filesystem, so that it requires enabling 67 lities to executables (the security.* extended attributes). 69 If you are not using a security module, say N.
|
/fs/erofs/ |
D | Kconfig | 63 security labels in the erofs filesystem, so that it requires enabling 66 If you are not using a security module, say N.
|
/fs/cachefiles/ |
D | Makefile | 14 security.o \
|
/fs/nfsd/ |
D | Kconfig | 143 Say Y here if you want enable fine-grained security label attribute 144 support for NFS version 4. Security labels allow security modules like 148 If you do not wish to enable fine-grained security labels SELinux or
|
/fs/ubifs/ |
D | Kconfig | 84 security labels in the ubifs filesystem, so that it requires enabling 87 If you are not using a security module, say N.
|
/fs/afs/ |
D | Makefile | 28 security.o \
|
/fs/coda/ |
D | Kconfig | 11 replication, security model for authentication and encryption,
|