Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Frattaroli
linux
Commits
40a5e3c0
Commit
40a5e3c0
authored
2 months ago
by
Stephen Rothwell
Browse files
Options
Downloads
Plain Diff
Merge branch 'next' of
https://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe.git
parents
2144de9a
aefadf03
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
security/ipe/policy_fs.c
+6
-2
6 additions, 2 deletions
security/ipe/policy_fs.c
with
6 additions
and
2 deletions
security/ipe/policy_fs.c
+
6
−
2
View file @
40a5e3c0
...
...
@@ -16,7 +16,11 @@
#define MAX_VERSION_SIZE ARRAY_SIZE("65535.65535.65535")
/**
* ipefs_file - defines a file in securityfs.
* struct ipefs_file - defines a file in securityfs.
*
* @name: file name inside the policy subdirectory
* @access: file permissions
* @fops: &file_operations specific to this file
*/
struct
ipefs_file
{
const
char
*
name
;
...
...
@@ -401,7 +405,7 @@ static const struct file_operations delete_fops = {
.
write
=
delete_policy
,
};
/*
*
/*
* policy_subdir - files under a policy subdirectory
*/
static
const
struct
ipefs_file
policy_subdir
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment